Files
remark42/frontend/app/components/root/root.scss
T
2019-04-28 19:27:36 +03:00

13 lines
177 B
SCSS

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