mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
18 lines
226 B
SCSS
18 lines
226 B
SCSS
p {
|
|
margin: 0 0 10px 0;
|
|
line-height: 1.4em;
|
|
|
|
span {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
+p {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|
|
.blurry-text {
|
|
text-shadow: 0 0 .9rem #000;
|
|
color: transparent;
|
|
} |