mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): added sass linter, almost no rules enabled yet
This commit is contained in:
@@ -9,13 +9,15 @@
|
||||
// Close icons
|
||||
// --------------------------------------------------
|
||||
.close {
|
||||
@include opacity(20);
|
||||
|
||||
float: right;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
line-height: $line-height-base;
|
||||
color: $black;
|
||||
text-shadow: 0 1px 0 rgba(255,255,255,1);
|
||||
@include opacity(20);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $black;
|
||||
|
||||
Reference in New Issue
Block a user