Manage SystemManagers

This commit is contained in:
Bastian Wagner
2025-01-02 13:16:45 +01:00
parent bf64103369
commit efbfc2eb01
18 changed files with 266 additions and 23 deletions

View File

@@ -19,6 +19,24 @@ html, body {
font-family: Roboto, "Helvetica Neue", sans-serif;
}
.icon {
border: 1px solid #d0d5dd;
background-color: white;
cursor: pointer;
padding: 4px;
box-sizing: border-box;
border-radius: 6px;
background-position: center;
background-repeat: no-repeat;
transition: box-shadow 0.1s ease-in-out;
&:hover {
// box-shadow: 0 0 0 4px transparent,0 1px 2px #0c111d11;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14),
0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
}
.icon-btn-sm {
// box-shadow: 0 0 0 4px transparent,0 1px 2px #0c111d11;