suppression d'un fichier de config qui a été integré dans le SASS
mise à jour du SASS
This commit is contained in:
parent
591c151e85
commit
029f6379b4
2 changed files with 8 additions and 21 deletions
|
@ -1,12 +0,0 @@
|
|||
#page_body {
|
||||
background-image: url("/static/khaganat/images/bg7.jpg");
|
||||
}
|
||||
|
||||
#messagesContainer {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.content-bloc {
|
||||
padding: 20px;
|
||||
background-color: white;
|
||||
}
|
|
@ -87,10 +87,10 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
|||
color: white
|
||||
|
||||
.navbar.is-light .navbar-brand
|
||||
margin-left: 5%
|
||||
display: none
|
||||
|
||||
.navbar.is-light .navbar-brand img
|
||||
height: 0
|
||||
display: none
|
||||
|
||||
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
|
||||
.navbar.is-light .navbar-brand .navbar-link:hover,
|
||||
|
@ -119,10 +119,6 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
|||
background-color: $link-hover
|
||||
color: white
|
||||
|
||||
.navbar.is-light .navbar-end
|
||||
margin-right: 5%
|
||||
margin-left: 0%
|
||||
|
||||
.navbar.is-light .navbar-item.is-logo
|
||||
position: absolute
|
||||
left: 50%
|
||||
|
@ -149,6 +145,9 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
|||
max-height: 2rem
|
||||
height: 2rem
|
||||
|
||||
.navbar.is-light .navbar-item.is-logo:hover
|
||||
background-color: white
|
||||
|
||||
//navbar pour les mobiles
|
||||
.navbar-dropdown a.navbar-item:hover
|
||||
background-color: $primary
|
||||
|
@ -159,8 +158,8 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
|||
font-weight: bold
|
||||
|
||||
@media screen and (max-width: 1087px)
|
||||
.navbar-item.is-logo img
|
||||
height: 0
|
||||
.navbar-item.is-logo
|
||||
display: none
|
||||
|
||||
//bouton de la navbar
|
||||
.button.is-light
|
||||
|
|
Loading…
Reference in a new issue