mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
20 lines
No EOL
383 B
Sass
20 lines
No EOL
383 B
Sass
.tabcontent
|
|
display: none
|
|
|
|
.tabs.is-toggle li a
|
|
border-color: $primary
|
|
background-color: $primary
|
|
color: $white
|
|
|
|
.tabs.is-toggle li a:hover
|
|
background-color: $primary
|
|
color: $white
|
|
border-color: $white
|
|
|
|
.tabs.is-toggle li.is-active a
|
|
border-color: $primary !important
|
|
background-color: $white
|
|
color: $primary
|
|
|
|
.tabs > ul
|
|
margin-left: 0 |