Bugs in settings fixed, profile added
This commit is contained in:
@@ -22,7 +22,7 @@ button {
|
||||
cursor: pointer;
|
||||
background: #F9A22C;
|
||||
color: #000000;
|
||||
border: none;
|
||||
border: 1px solid #F9A22C;
|
||||
border-radius: 4px;
|
||||
transition: background 0.05s;
|
||||
border: 1px solid transparent;
|
||||
@@ -51,4 +51,19 @@ button:hover {
|
||||
.link {
|
||||
color: #F9A22C;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.multiselect__option--highlight,
|
||||
.multiselect__option--highlight::after,
|
||||
.multiselect__tag,
|
||||
.multiselect__option--highlight[data-select],
|
||||
.multiselect__option--highlight[data-selected],
|
||||
.multiselect__option--highlight[data-deselect] {
|
||||
background: none;
|
||||
background-color: #F9A22C;
|
||||
color: #000;
|
||||
}
|
||||
Reference in New Issue
Block a user