@import "../ram-used/ram-used.scss"; @import "../disk-used/disk-used.scss"; @import "../battery/battery.scss"; .hardware_button { border-radius: 100em; /* Circle shaped */ background: $hardware_background; /* Positioning */ margin-top: 0.25em; margin-right: 0.25em; margin-bottom: 0.25em; box-shadow: 1px 0px 1px 1px $drop_shadow_color; } .hardware_icon { padding: 0.25em; } .hardware_tab { background: $hardware_background; border-radius: 1em; padding: 0.5em; margin-top: 0.5em; margin-right: 0.5em; } .hardware_tab > box { margin-bottom: 0.25em; } .hardware { font-size: 0.4em; } .hardware_text { color: $text_color; }