You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.0 KiB
62 lines
1.0 KiB
#personal-space {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#title-personal-space h2 {
|
|
text-align: center;
|
|
color: var(--main-contrast-color);
|
|
/* font-family: Helvetica;
|
|
font-weight: bold; */
|
|
}
|
|
|
|
#body-personal-space {
|
|
width: 95%;
|
|
/* background-color: #ccc2b7; */
|
|
border: 3px var(--main-color) solid;
|
|
border-radius: 0.5cap;
|
|
align-self: center;
|
|
}
|
|
|
|
#body-personal-space table {
|
|
width: 100%;
|
|
border-collapse: separate;
|
|
border-spacing: 1em;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#body-personal-space td {
|
|
width: 80px !important;
|
|
padding-bottom: 1%;
|
|
padding-top: 1%;
|
|
height: fit-content;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
tbody p {
|
|
text-align: center;
|
|
}
|
|
|
|
.share-icon-container {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
transform: translateY(-50%);
|
|
padding: 5px;
|
|
}
|
|
|
|
.share-button {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.share-icon-button {
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.share-icon {
|
|
color: white;
|
|
font-size: 2em;
|
|
}
|