mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
Add a .background-message element
This commit is contained in:
parent
535054ed7f
commit
eb79a6a651
@ -3,6 +3,7 @@
|
|||||||
@import "stylesheets/editor";
|
@import "stylesheets/editor";
|
||||||
@import "stylesheets/git";
|
@import "stylesheets/git";
|
||||||
@import "stylesheets/lists";
|
@import "stylesheets/lists";
|
||||||
|
@import "stylesheets/messages";
|
||||||
@import "stylesheets/nav";
|
@import "stylesheets/nav";
|
||||||
@import "stylesheets/overlays";
|
@import "stylesheets/overlays";
|
||||||
@import "stylesheets/panels";
|
@import "stylesheets/panels";
|
||||||
|
32
stylesheets/messages.less
Normal file
32
stylesheets/messages.less
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
@import "ui-variables";
|
||||||
|
|
||||||
|
ul.background-message {
|
||||||
|
font-size: @font-size * 3;
|
||||||
|
font-weight: bold;
|
||||||
|
color: rgba(0, 0, 0, .2);
|
||||||
|
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.centered {
|
||||||
|
display: -webkit-flex;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
|
||||||
|
-webkit-align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user