demarches-normaliennes/app/assets/stylesheets/backoffice.scss
2017-04-20 10:35:53 +02:00

54 lines
715 B
SCSS

#backoffice-index,
#backoffice-search {
margin-left: 2rem;
margin-right: 2rem;
.default-data-block {
background-color: #FFFFFF;
margin-top: 20px;
.show-block {
width: 100%;
}
.body {
height: auto;
}
}
.fixed-right {
position: fixed;
right: 20px;
}
}
#onglets {
ul {
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;
}
}
}
}