buttons
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
button.dark-blue{
|
||||
background-color: @color-darkish-blue;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.user-info{
|
||||
display: flex;
|
||||
position: absolute;
|
||||
|
||||
@@ -246,6 +246,10 @@ button.btn.btn-success:active {
|
||||
background-color: #1791ff;
|
||||
color: white;
|
||||
}
|
||||
#app > header button.dark-blue {
|
||||
background-color: #002680;
|
||||
color: white;
|
||||
}
|
||||
#app > header .user-info {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user