Use factorized style.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
--alert-text: #fff;
|
||||
--alert-hover: #c20d2b;
|
||||
--alert-border: #b91b35;
|
||||
|
||||
--selection: #185eb4;
|
||||
}
|
||||
|
||||
html {
|
||||
@@ -104,7 +106,7 @@ button {
|
||||
background-color: var(--primary-hover);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&.secondary {
|
||||
background-color: var(--secondary);
|
||||
|
||||
@@ -123,4 +125,15 @@ button {
|
||||
border-color: var(--alert-border);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-actions {
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
> * {
|
||||
flex: 1 1 45%;
|
||||
max-width: 45%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user