You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
403 B

/**
AUTHOR: Daniel Neumann
**/
.textbox-label {
font-size: 2em;
font-weight: bold;
color: #ffffff;
background-color: rgba(10, 10, 10, 0.7);
border-radius: 0.5em;
padding: 0.5em;
}
.settings-button {
padding: 4px;
border-radius: 32px;
margin: 1px;
}
.settings-button:hover,
.settings-button:focus {
padding: 5px;
margin: 0px;
}
.settings-button > StIcon {
icon-size: 15px;
}