9 lines
127 B
CSS
9 lines
127 B
CSS
.ripcrypt > .window-content span {
|
|
&.small {
|
|
font-size: var(--font-size-10)
|
|
}
|
|
|
|
&:empty::before {
|
|
content: "\200b";
|
|
}
|
|
}
|