todo-webclient/client/style.sass

35 lines
613 B
Sass
Raw Normal View History

2019-11-20 19:22:51 +01:00
@charset "utf-8"
2019-12-12 01:25:36 +01:00
// @import "../node_modules/bulmaswatch/superhero/_variables.scss"
2019-11-20 19:22:51 +01:00
// Import Bulma core
@import "../node_modules/bulma/bulma"
2019-12-12 01:25:36 +01:00
// @import "../node_modules/bulmaswatch/superhero/_overrides.scss"
2019-11-20 19:22:51 +01:00
2019-12-04 23:30:12 +01:00
.project>.columns
2019-12-12 01:25:36 +01:00
overflow-x: auto
2019-11-20 19:22:51 +01:00
.avatar
border-radius: 4px
.card.is-selected
border-width: 4px
.is-column-header + .card, .card + .button
margin-top: 12px
.project > .hero
margin-bottom: 12px
.project
margin-top: 12px
@each $name, $pair in $colors
$color: nth($pair, 1)
$color-invert: nth($pair, 2)
.card.is-#{$name}
background-color: darken($color, 30)