la-chariotte/la_chariotte/static/sass/base/_tabs.sass
2023-07-07 17:15:03 +02:00

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