Update style.sass (ajout des tiles coins droites hors khanat)
This commit is contained in:
parent
06260351ba
commit
156aa8ed3a
1 changed files with 31 additions and 3 deletions
|
@ -281,7 +281,7 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
width: 0rem
|
width: 0rem
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
//tile khanat
|
//tile coin droite
|
||||||
.tile.is-info
|
.tile.is-info
|
||||||
background-color: white
|
background-color: white
|
||||||
color: $text-light
|
color: $text-light
|
||||||
|
@ -289,10 +289,10 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
max-width: 80ch
|
max-width: 80ch
|
||||||
|
|
||||||
.tile.is-info .title, .tile.is-info a:link
|
.tile.is-info .title, .tile.is-info a:link
|
||||||
color: $info
|
color: $link
|
||||||
|
|
||||||
.tile.is-info a:visited
|
.tile.is-info a:visited
|
||||||
color: $blue
|
color: $primary
|
||||||
|
|
||||||
.tile.is-info a:hover
|
.tile.is-info a:hover
|
||||||
color: $link-hover
|
color: $link-hover
|
||||||
|
@ -308,6 +308,34 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
height: 0rem
|
height: 0rem
|
||||||
width: 0rem
|
width: 0rem
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
//tile khanat
|
||||||
|
.tile.is-khanat
|
||||||
|
background-color: white
|
||||||
|
color: $text-light
|
||||||
|
padding: 1rem 1rem 1rem 1rem
|
||||||
|
max-width: 80ch
|
||||||
|
|
||||||
|
.tile.is-khanat .title, .tile.is-khanat a:link
|
||||||
|
color: $info
|
||||||
|
|
||||||
|
.tile.is-khanat a:visited
|
||||||
|
color: $blue
|
||||||
|
|
||||||
|
.tile.is-khanat a:hover
|
||||||
|
color: $link-hover
|
||||||
|
|
||||||
|
.tile.is-khanat:before
|
||||||
|
content: ""
|
||||||
|
position: absolute
|
||||||
|
right: 0rem
|
||||||
|
top: 0rem
|
||||||
|
border-color: transparent $background transparent transparent
|
||||||
|
border-style: solid
|
||||||
|
border-width: 0rem 1.5rem 1.5rem 0rem
|
||||||
|
height: 0rem
|
||||||
|
width: 0rem
|
||||||
|
display: block
|
||||||
|
|
||||||
//tile 4 coins
|
//tile 4 coins
|
||||||
.tile.is-light
|
.tile.is-light
|
||||||
|
|
Loading…
Reference in a new issue