mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
10 lines
89 B
CSS
10 lines
89 B
CSS
.class {
|
|
width: 99px;
|
|
}
|
|
.overwrite {
|
|
width: 99px;
|
|
}
|
|
.nested .class {
|
|
width: 5px;
|
|
}
|