@import "globalCssVariables"; .templating-menu { position: absolute; pointer-events: auto; text-transform: uppercase; letter-spacing: 2px; font-size: 75%; transition: transform 0.2s; text-align: center; display: flex; justify-content: center; align-items: center; } .templating-button { width: 20px; height: 20px; border-radius: 50%; opacity: 0.9; font-size: 14; background-color: $dark-color; color: $light-color; text-align: center; cursor: pointer; &:hover { background: $main-accent; transform: scale(1.05); } } .template-list { font-family: $sans-serif; font-size: 12px; background-color: $light-color-secondary; padding: 2px 12px; list-style: none; position: relative; display: inline-block; height: 100%; width: 100%; .templateToggle, .chromeToggle { text-align: left; } input { margin-right: 10px; } }