demarches-normaliennes/app/assets/stylesheets/backoffice.scss

55 lines
715 B
SCSS
Raw Normal View History

#backoffice-index,
#backoffice-search {
2016-11-15 14:10:43 +01:00
margin-left: 2rem;
margin-right: 2rem;
.default-data-block {
2016-11-28 18:34:31 +01:00
background-color: #FFFFFF;
2016-12-22 12:24:59 +01:00
margin-top: 20px;
.show-block {
width: 100%;
}
.body {
height: auto;
}
}
.fixed-right {
position: fixed;
right: 20px;
}
}
#onglets {
ul {
2017-04-12 10:51:35 +02:00
li,
li.active {
a {
margin-top: 12px;
height: 45px;
h5 {
margin-top: 5px;
}
}
}
#search {
a {
margin-top: 0px;
height: 57px;
}
}
#search:not(.active) {
a:hover {
background-color: transparent;
border: none;
padding: 11px 16px;
}
}
}
2016-11-28 18:34:31 +01:00
}