Manage SystemManagers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user