2021-11-10 14:29:49 +01:00
|
|
|
p,span {
|
2021-11-22 11:21:57 +01:00
|
|
|
|
2021-11-10 14:29:49 +01:00
|
|
|
font-size: 16px;
|
2021-11-30 01:25:53 +01:00
|
|
|
margin-block-start: 0;
|
|
|
|
margin-block-end: 0;
|
2022-03-04 01:49:58 +01:00
|
|
|
|
|
|
|
//Razmiki med besedilom
|
|
|
|
&.bottom16 {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.top16 {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.top32 {
|
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.bottom8 {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.top8 {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2021-12-24 00:51:42 +01:00
|
|
|
}
|
|
|
|
|
2022-03-04 01:49:58 +01:00
|
|
|
//Barve
|
2021-12-24 00:51:42 +01:00
|
|
|
.warning,
|
|
|
|
.red {
|
|
|
|
color: $red;
|
|
|
|
}
|
2021-11-30 01:25:53 +01:00
|
|
|
|
2021-12-29 01:23:24 +01:00
|
|
|
.blue {
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
|
2022-01-05 17:46:49 +01:00
|
|
|
.gray {
|
2022-01-19 18:53:16 +01:00
|
|
|
color: $very-dark-gray;
|
2022-01-05 17:46:49 +01:00
|
|
|
}
|
|
|
|
|
2022-03-04 01:49:58 +01:00
|
|
|
//Stili
|
2021-12-24 00:51:42 +01:00
|
|
|
.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2021-12-09 14:29:42 +01:00
|
|
|
|
2021-12-24 00:51:42 +01:00
|
|
|
.bold {
|
|
|
|
font-weight: $extra-bold;
|
|
|
|
}
|
2021-12-17 02:19:35 +01:00
|
|
|
|
2021-12-28 12:18:19 +01:00
|
|
|
.semi-bold {
|
|
|
|
font-weight: $semi-bold;
|
|
|
|
}
|
|
|
|
|
2022-01-12 22:07:48 +01:00
|
|
|
.heavy {
|
|
|
|
font-weight: $heavy;
|
|
|
|
}
|
|
|
|
|
2021-12-24 00:51:42 +01:00
|
|
|
.caps {
|
|
|
|
text-transform: uppercase;
|
2021-12-29 01:23:24 +01:00
|
|
|
}
|
|
|
|
|
2022-03-04 01:49:58 +01:00
|
|
|
//Ostalo
|
|
|
|
.as_link {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: $blue;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-12-29 01:23:24 +01:00
|
|
|
.pointer {
|
|
|
|
cursor: pointer;
|
2022-02-04 13:15:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.avg {
|
|
|
|
text-decoration: overline;
|
2021-11-10 14:29:49 +01:00
|
|
|
}
|