2020-10-21 09:30:26 +00:00
|
|
|
@media only screen and (min-width: 1200px) {
|
|
|
|
.ui.ui.ui.container:not(.fluid) {
|
|
|
|
width: 770px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
|
.ui.ui.ui.container:not(.fluid) {
|
|
|
|
width: 790px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2020-08-17 09:53:30 +00:00
|
|
|
}
|
|
|
|
|
2021-12-22 14:03:18 +00:00
|
|
|
@media only screen and (max-width:768px) {
|
|
|
|
.ui .grid .three.wide.column {
|
|
|
|
width: 100% !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.ui .grid .thirteen.wide.column {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-21 09:30:26 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
background: #F8F8F8;
|
2020-08-17 09:53:30 +00:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo img{
|
|
|
|
max-width: 50px;
|
|
|
|
max-height: 50px;
|
|
|
|
}
|
2020-11-13 09:45:01 +00:00
|
|
|
|
|
|
|
footer {
|
|
|
|
font-size: x-small;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
color: #B0B0B0;
|
|
|
|
}
|
2021-05-06 15:15:42 +00:00
|
|
|
|
|
|
|
/* Fix button appearance for semantic-ui on webkit */
|
|
|
|
[type=button] {
|
|
|
|
-webkit-appearance: none;
|
2021-11-30 14:36:41 +00:00
|
|
|
}
|
|
|
|
|
2021-12-05 17:52:34 +00:00
|
|
|
.ui.corner.labeled.input .ui.dropdown .dropdown.icon {
|
|
|
|
margin-right: 1.5em;
|
2021-11-30 14:36:41 +00:00
|
|
|
}
|
2021-12-22 09:54:51 +00:00
|
|
|
|
|
|
|
i.massive.massive.massive.portrait.icon, i.massive.massive.massive.portrait.icons {
|
2021-12-22 10:05:40 +00:00
|
|
|
font-size: 8em;
|
2021-12-22 09:54:51 +00:00
|
|
|
margin-bottom: 15px;
|
2021-12-22 10:05:40 +00:00
|
|
|
}
|
2021-12-08 17:06:50 +00:00
|
|
|
.profile-form label img{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-form label i{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-02-25 12:58:35 +00:00
|
|
|
|
|
|
|
.dropdown-active {
|
|
|
|
background: rgba(0,0,0,.05) !important;
|
2022-02-25 13:11:35 +00:00
|
|
|
}
|