2020-06-09 11:01:50 +00:00
|
|
|
#system-icons__container {
|
|
|
|
display: flex;
|
2020-06-18 09:30:06 +00:00
|
|
|
flex: 0 0 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#system-icons__container > div, #system-icons__container > div > div {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
2020-06-09 11:01:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#system-icons__wrapper {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.white-font-black-background {
|
|
|
|
text-transform: uppercase;
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
font-style: italic;
|
|
|
|
display: flex;
|
|
|
|
justify-self: center;
|
|
|
|
align-self: center;
|
|
|
|
padding: 2px;
|
2020-06-18 09:30:06 +00:00
|
|
|
margin: 2px 0;
|
2020-06-09 11:01:50 +00:00
|
|
|
}
|
|
|
|
|
2020-06-11 09:49:34 +00:00
|
|
|
#trash-icon-wrapper {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2020-06-10 18:46:19 +00:00
|
|
|
#trash-icon {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2020-06-09 11:01:50 +00:00
|
|
|
.system-icons__icon-wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-end;
|
2020-06-10 15:17:33 +00:00
|
|
|
}
|
|
|
|
|
2020-06-10 18:46:19 +00:00
|
|
|
#system-icons__wrapper img {
|
2020-06-10 15:17:33 +00:00
|
|
|
cursor: pointer;
|
2020-06-09 11:01:50 +00:00
|
|
|
}
|