2022-12-20 19:54:09 +00:00
/* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */ /* Import only what you need from Bulma */
@import ' bulma/sass/utilities/_all ' ;
@import ' bulma/sass/base/_all ' ;
@import ' bulma/sass/elements/_all ' ;
@import ' bulma/sass/form/_all ' ;
@import ' bulma/sass/components/_all ' ;
@import ' bulma/sass/grid/_all ' ;
@import ' bulma/sass/helpers/_all ' ;
@import ' bulma/sass/layout/_all ' ;
@import ' ./darkly/overrides.scss ' ;
. input : : placeholder {
color : darken ( $grey-light , 10 ) !important ;
opacity : 1 ;
}
. input : : -webkit-input-placeholder {
color : darken ( $grey-light , 10 ) !important ;
opacity : 1 ;
}
. input : : -moz-placeholder {
color : darken ( $grey-light , 10 ) !important ;
opacity : 1 ;
}
. input : : -ms-input-placeholder {
color : darken ( $grey-light , 10 ) !important ;
opacity : 1 ;
}
pre {
background-color : transparent ;
2022-12-21 21:26:39 +00:00
}
. terminal-player {
max-width : 735 px ;
max-height : 450 px ;
}
. sc-carousel__carousel-container {
--sc-arrow-size : 3 px ;
}
button . sc-carousel-arrow__circle {
width : 30 px !important ;
height : 30 px !important ;
2022-12-26 01:10:35 +00:00
}
2022-12-26 03:29:30 +00:00
body {
2022-12-26 01:10:35 +00:00
margin : 0 ;
}
2022-12-26 03:29:30 +00:00
# page-container {
display : flex ;
flex-direction : column ;
min-height : 100 vh ;
}
# page-container > * {
width : 100 %
2022-12-20 19:54:09 +00:00
}