bootstrap-fluent-design_tem.../scss/_base.scss

19 lines
231 B
SCSS
Raw Normal View History

2018-07-17 08:11:21 +01:00
body {
font-family: 'Open Sans', sans-serif !important;
font-weight: 300;
}
a {
color: $link-color;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
height: 100%;
}