mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
21 lines
224 B
CSS
21 lines
224 B
CSS
.foo {
|
|
color1: red;
|
|
color2: yellow;
|
|
color3: red;
|
|
color4: yellow;
|
|
color5: red;
|
|
prop: uno;
|
|
var: dos;
|
|
sub: tres;
|
|
}
|
|
#ns1 {
|
|
foo: bar;
|
|
}
|
|
#ns1 {
|
|
foo: uno;
|
|
}
|
|
.button {
|
|
color: grey;
|
|
border-color: #AAA #CCC;
|
|
}
|