mue/src/components/modals/main/scss/settings/modules/tabs/_about.scss

37 lines
430 B
SCSS
Raw Normal View History

2021-09-05 13:19:19 +00:00
.aboutIcon {
color: var(--modal-text) !important;
padding-right: 10px;
&:hover {
opacity: 0.8;
}
2022-04-07 20:49:43 +00:00
svg {
font-size: 1.5em;
}
2021-09-05 13:19:19 +00:00
}
.aboutLink {
&:hover {
opacity: 0.8;
}
}
.aboutLogo {
height: 100px;
width: auto;
margin-left: -15px;
}
.abouticon {
width: 96px;
height: auto;
border-radius: 50%;
padding-right: 5px;
}
.contacth3 {
font-size: 1.5rem;
margin-bottom: 0.8em !important;
2021-11-23 18:39:43 +00:00
}