This commit is contained in:
2022-06-05 16:46:26 +03:00
parent d6ffbc416c
commit ba21527e80
195 changed files with 8430 additions and 506 deletions

View File

@@ -397,7 +397,6 @@ footer {
.fn {
font-weight: bold;
font-size: 1rem;
color: #444444;
}
.vcard-card {
@@ -418,11 +417,6 @@ footer {
filter:alpha(opacity=100);
}
#profile-photo-wrapper img {
width: 100%;
height: 100%;
}
#hide-friends-yes-label,
#hide-friends-no-label {
margin-left: 125px;
@@ -851,7 +845,7 @@ div.jGrowl div.jGrowl-notification {
.shared_header img {
border-radius: $radius;
margin-right: 10px;
margin-right: .75rem;
}
.tag1 {
@@ -1223,24 +1217,24 @@ img.mail-conv-sender-photo {
}
.menu-img-3 {
width: 3.3em;
height: 3.3em;
width: 2.7rem;
height: 2.7rem;
margin-right: 5px;
border-radius: $radius;
float: left;
}
.menu-img-2 {
height: 2.2em;
width: 2.2em;
height: 1.8rem;
width: 1.8rem;
margin-right: 5px;
border-radius: $radius;
float: left;
}
.menu-img-1 {
height: 1.28571429em;
width: 1.28571429em;
height: 1.1rem;
width: 1.1rem;
border-radius: $radius;
}
@@ -1676,7 +1670,7 @@ dl.bb-dl > dd > li {
.onoffswitch.checkbox > div > input:checked + label .onoffswitch-switch {
right: 0px;
background-color: #0275d8;
background-color: $link_colour;
}
@@ -1734,7 +1728,7 @@ dl.bb-dl > dd > li {
text-align: center;
}
#login-main, .rmagic-button {
.login-wrapper {
max-width: 400px;
margin-top: 20px;
margin-left: auto;
@@ -1784,7 +1778,7 @@ dl.bb-dl > dd > li {
.oneway-overlay {
position: absolute;
text-shadow: -2px 0 1px #fff, 0 2px 1px#fff, 2px 0 1px #fff, 0 -2px 1px #fff;
text-shadow: -1px 0 1px #fff, 0 1px 1px#fff, 1px 0 1px #fff, 0 -1px 1px #fff;
}
.cover-photo-review {
@@ -1809,5 +1803,5 @@ span.default-highlight {
}
#region_3 {
display: none !important;
display: none !important;
}