META-INF.resources.css._keyboard_movement_preview.scss Maven / Gradle / Ivy
The newest version!
@import 'atlas-variables';
.segments__keyboard-movement-preview {
left: 0;
pointer-events: none;
position: fixed;
top: 0;
z-index: 1;
&__content {
align-items: center;
background-color: $white;
border: 1px solid $gray-500;
border-radius: 4px;
box-shadow: 0 8px 16px rgba(39, 40, 51, 0.16);
display: flex;
font-family: $font-family-base;
font-size: 0.75rem;
font-weight: 600;
height: 32px;
padding: 8px;
width: 120px;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy