canaille-globuzma/canaille/static/css/base.css

53 lines
847 B
CSS
Raw Normal View History

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
}
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-12-05 17:52:34 +00:00
.ui.corner.labeled.input .ui.dropdown .dropdown.icon {
margin-right: 1.5em;
}
2021-12-08 17:06:50 +00:00
.profile-form label img{
cursor: pointer;
}
.profile-form label i{
cursor: pointer;
}