Sengi-Windows-MacOS-Linux/src/sass/styles.scss

44 lines
678 B
SCSS
Raw Normal View History

2018-09-08 03:40:22 +02:00
@import './variables';
@import './mixins';
2019-03-01 03:57:29 +01:00
@import "~bootstrap/scss/bootstrap.scss";
2018-09-08 03:40:22 +02:00
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
2018-09-08 03:48:53 +02:00
// padding: 0;
// margin: 0;
2018-09-08 03:40:22 +02:00
font-family: 'Roboto', sans-serif;
2018-09-08 03:48:53 +02:00
font-size: $default-font-size;
2018-09-08 03:40:22 +02:00
2018-09-08 03:48:53 +02:00
color: $font-color-primary;
background-color: $color-primary;
2019-03-08 04:33:10 +01:00
overflow: hidden;
2018-09-08 03:40:22 +02:00
}
2018-09-19 07:03:07 +02:00
// .invisible {
// display: none;
// }
2018-09-08 03:40:22 +02:00
/* .ellipsis {
} */
2018-09-19 07:03:07 +02:00
// #toot-content p {
// margin-bottom: 0 !important;
// }
2018-09-08 03:40:22 +02:00
2018-09-19 07:03:07 +02:00
// #toot-content a {
// color: #bec3d8;
// }