cavallium-website/src/styles.scss

32 lines
686 B
SCSS
Raw Normal View History

2019-04-11 19:57:39 +02:00
/* You can add global styles to this file, and also import other style files */
@import "styles-variables.scss";
html, body, body, app-root {
height: 100%;
max-height: 100%;
}
2019-04-12 20:20:38 +02:00
body {
margin: 0;
font-family: "Muli-custom", -apple-system, BlinkMacSystemFont, Roboto, 'Open Sans', Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
font-weight: 400;
2019-04-12 20:20:38 +02:00
}
strong, b, h1, h2, h3, h4, h5, h6, th {
font-weight: 700;
}
.document-style-inverted {
color: white;
background: $color-main;
}
.document-style-warning{
color: red;
2019-04-17 14:38:07 +02:00
}
2019-04-29 07:55:11 +02:00
.article-image {
max-width: 100%;
}
2019-04-17 14:38:07 +02:00
2019-04-29 07:55:11 +02:00
@media only screen and (any-pointer: coarse) {
2019-04-17 14:38:07 +02:00
.article-link {
2019-04-29 07:55:11 +02:00
line-height: 48px;
display: inline-block;
2019-04-17 14:38:07 +02:00
}
2019-04-29 07:55:11 +02:00
}