A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 _tile-preview.scss

View raw Download
text/plain • 320 B
ASCII text
        
            
1
/* Tiled window previews */
2
3
.tile-preview {
4
border: 1px solid primary($on-dark);
5
background-color: rgba(primary($on-dark), .3);
6
}
7
8
.tile-preview-left.on-primary {
9
border-radius: 0;
10
}
11
12
.tile-preview-right.on-primary {
13
border-radius: 0;
14
}
15
16
.tile-preview-left.tile-preview-right.on-primary {
17
border-radius: 0;
18
}
19