22 lines
No EOL
302 B
CSS
22 lines
No EOL
302 B
CSS
:root {
|
|
--dark-but-not-black: #2c2f33;
|
|
--not-quite-black: #23272a;
|
|
}
|
|
|
|
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.material-icons {
|
|
user-select: none;
|
|
}
|
|
|
|
.error {
|
|
padding: 10px;
|
|
background: #ff000033;
|
|
border-radius: 10px;
|
|
border-style: solid;
|
|
border-color: red;
|
|
border-width: 2px;
|
|
text-align: center;
|
|
} |