Update samy.css
This commit is contained in:
7
samy.css
7
samy.css
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* Cool Palette */
|
/* Cool Palette */
|
||||||
--background-color: rgba(18, 18, 18, 1);
|
--background-color: rgba(18, 18, 18, 1);
|
||||||
@@ -195,7 +194,11 @@ body {
|
|||||||
/* Inputs / buttons in password & dropdown areas */
|
/* Inputs / buttons in password & dropdown areas */
|
||||||
#PasswordContainer,
|
#PasswordContainer,
|
||||||
#dattoRmmContainer {
|
#dattoRmmContainer {
|
||||||
margin-top: 1em;
|
margin: 16px 0;
|
||||||
|
padding: 10px 12px;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: var(--dark-gray-color);
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#PasswordContainer input,
|
#PasswordContainer input,
|
||||||
|
|||||||
Reference in New Issue
Block a user