Many changes
This commit is contained in:
parent
56081ba6f0
commit
801a3e25d3
9 changed files with 317 additions and 248 deletions
|
|
@ -37,9 +37,9 @@ body {
|
|||
h1, h2, h3, h4, h5{
|
||||
font-family: var(--bs-ttl-font-family);
|
||||
}
|
||||
::selection, ::-moz-selection {
|
||||
/* ::selection, ::-moz-selection {
|
||||
text-shadow: none;
|
||||
}
|
||||
} */
|
||||
.navbar-toggler{
|
||||
color: var(--bs-btn-hover-bg);
|
||||
}
|
||||
|
|
@ -179,25 +179,44 @@ h1, h2, h3, h4, h5{
|
|||
padding: var(--div-padding);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
/* #profile label{
|
||||
#profile label{
|
||||
font-weight: 700;
|
||||
} */
|
||||
#userProfileActivation{
|
||||
padding: 1.5em;
|
||||
background-color: var(--accent-light);
|
||||
}
|
||||
#activateUserProfile{
|
||||
margin-left: 1em;
|
||||
#userVisibility{
|
||||
margin-left: auto;
|
||||
}
|
||||
#userProfileActivation, #userVisibilityExtend{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#userProfileActivation{
|
||||
/* padding: 1.5em;
|
||||
background-color: var(--accent-light); */
|
||||
}
|
||||
#userProfileInfos label{
|
||||
min-width: 6em;
|
||||
}
|
||||
.form-check.form-switch{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.form-switch:not(.form-check-reverse) input, .form-switch.form-check-reverse input{
|
||||
margin-right: .75rem;
|
||||
margin-top: 0;
|
||||
width: 3em;
|
||||
height: 1.5em;
|
||||
width: 3rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
.form-switch.form-check-reverse input{
|
||||
margin-left: .75rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
.form-switch + a[data-bs-toggle="tooltip"]{
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
#tandem-meet .col{
|
||||
text-align: center;
|
||||
padding: 1.5rem;
|
||||
transition: all ease-out 0.3s;
|
||||
}
|
||||
|
||||
#tandem-meet .col img{
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
@ -287,6 +306,9 @@ article li:not(:first-of-type){
|
|||
display: flex;
|
||||
gap: 1rem;
|
||||
}
|
||||
#avatarContainer{
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* search filters */
|
||||
#searchFilters{
|
||||
|
|
@ -432,6 +454,10 @@ footer a img{
|
|||
height: 1.25em;
|
||||
margin-right: 0.65em;
|
||||
}
|
||||
.icon-ui-md{
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
}
|
||||
nav .icon-ui{
|
||||
display: inline-flex;
|
||||
margin-right: .75rem;
|
||||
|
|
@ -473,6 +499,9 @@ nav .icon-ui{
|
|||
h1, h2, h3, h4{
|
||||
text-align: center;
|
||||
}
|
||||
#avatarContainer{
|
||||
text-align: center;
|
||||
}
|
||||
.profileOptions{
|
||||
display: grid;
|
||||
gap: 0 .5rem;
|
||||
|
|
@ -550,6 +579,9 @@ nav .icon-ui{
|
|||
.partners-logo-grid{
|
||||
grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
|
||||
}
|
||||
div:not(#userLanguage) h1, div:not(#userLanguage) h2, div:not(#userLanguage) h3, div:not(#userLanguage) h4{
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
@media (hover: hover) {
|
||||
.btn-cta:hover{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue