_tile-preview.scss
ASCII text
1/* Tiled window previews */ 2 3@use "../../../../theme-color"; 4 5.tile-preview { 6border: 1px solid theme-color.primary(theme-color.$on-dark); 7background-color: rgba(theme-color.primary(theme-color.$on-dark), .3); 8} 9 10.tile-preview-left.on-primary { 11border-radius: 0; 12} 13 14.tile-preview-right.on-primary { 15border-radius: 0; 16} 17 18.tile-preview-left.tile-preview-right.on-primary { 19border-radius: 0; 20} 21