jurassic-park-interface/sass/components/_system-icons.scss
Max Stevenson 1599c81c92 Basic MVP design nearly finished.
- Added sys icons to bottom right (need more alignment).
2020-06-09 12:01:50 +01:00

28 lines
495 B
SCSS

#system-icons__container {
display: flex;
}
#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;
}
.system-icons__icon-wrapper {
display: flex;
align-items: flex-end;
}