demarches-normaliennes/app/assets/stylesheets/backoffice.scss
2016-11-15 14:10:43 +01:00

49 lines
No EOL
640 B
SCSS

#backoffice_search {
.table {
tr th {
border-top: none
}
}
}
#backoffice_index, #backoffice_search {
margin-left: 2rem;
margin-right: 2rem;
}
#pref_list{
.dropdown-menu {
padding: 10px;
width: 500px;
}
}
#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;
}
}
}
}