Files
SCM-Manager/scm-ui/src/containers/App.scss

36 lines
574 B
SCSS
Raw Normal View History

2018-07-11 14:59:01 +02:00
@import "bulma/sass/utilities/initial-variables";
@import "bulma/sass/utilities/functions";
$blue: #33B2E8;
// $footer-background-color
.is-ellipsis-overflow {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.has-rounded-border {
border-radius: 0.25rem;
}
.is-full-width {
width: 100%;
}
.fitParent {
// TODO get rid of important
margin: 0 !important;
// 3.8em for line-numbers
padding: 0 0 0 3.8em !important;
}
html, body {
background-color: whitesmoke;
height: 100%;
}
2018-07-11 14:59:01 +02:00
// 6. Import the rest of Bulma
@import "bulma/bulma";