mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
10 lines
116 B
CSS
10 lines
116 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
.test {
|
||
|
box-shadow: 0 0 0 10px red;
|
||
|
}
|
||
|
|
||
|
.reference {
|
||
|
border: solid 10px red;
|
||
|
}
|