bootstrap-fluent-design_tem.../scss/_base.scss
Bartek Malanowski 4326eaea93 initial release
2018-07-17 09:11:21 +02:00

19 lines
231 B
SCSS

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%;
}