Merge branch 'master' of ssh://git.khaganat.net:3543/Tycho/khaganat-web
This commit is contained in:
commit
fdced02f0c
1 changed files with 31 additions and 6 deletions
|
@ -246,9 +246,6 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
.tile
|
.tile
|
||||||
max-width: 160ch
|
max-width: 160ch
|
||||||
border-radius: 0rem
|
border-radius: 0rem
|
||||||
|
|
||||||
.tile img
|
|
||||||
height: 24px
|
|
||||||
|
|
||||||
.tile a:link, .tile a:visited
|
.tile a:link, .tile a:visited
|
||||||
text-decoration-style: dotted
|
text-decoration-style: dotted
|
||||||
|
@ -284,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
|
||||||
|
@ -292,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
|
||||||
|
@ -311,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