Improve dimmer style
This commit is contained in:
parent
0624191142
commit
9208227d8e
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
||||||
.ui.header {
|
.ui.header {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
.ui.header .sub.header {
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
/** Menu */
|
/** Menu */
|
||||||
.ui.menu,
|
.ui.menu,
|
||||||
|
@ -446,4 +449,9 @@
|
||||||
rgba(255, 255, 255, 0.08) 30%
|
rgba(255, 255, 255, 0.08) 30%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Dimmer */
|
||||||
|
.blurring.dimmable > .inverted.dimmer {
|
||||||
|
background: rgba(0, 0, 0, 0.6);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue