Files
remark42/web/app/components/root/root.scss
T

13 lines
177 B
SCSS

.root {
position: relative;
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
::selection {
background: #c6efef;
}
&_user-info {
position: static;
}
}