forked from AuroraMiddleware/gtk
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;
|
||
|
}
|