matrix-dimension/web/app/riot/scalar-close/scalar-close.component.scss
2017-12-20 21:39:06 -07:00

10 lines
No EOL
182 B
SCSS

// component styles are encapsulated and only applied to their components
.scalarClose {
font-size: 35px;
cursor: pointer;
color: #ccc;
}
.scalarClose:hover {
color: #888;
}