2019-11-20 19:22:51 +01:00
|
|
|
@charset "utf-8"
|
|
|
|
|
|
|
|
@import "../node_modules/bulmaswatch/superhero/_variables.scss"
|
|
|
|
|
|
|
|
// Import Bulma core
|
|
|
|
@import "../node_modules/bulma/bulma"
|
|
|
|
|
|
|
|
@import "../node_modules/bulmaswatch/superhero/_overrides.scss"
|
|
|
|
|
2019-12-04 23:30:12 +01:00
|
|
|
.project>.columns
|
2019-11-20 19:22:51 +01:00
|
|
|
overflow-x: scroll
|
|
|
|
|
|
|
|
.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)
|
|
|
|
|