mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
9 lines
89 B
CSS
9 lines
89 B
CSS
.class {
|
|
width: 99px;
|
|
}
|
|
.overwrite {
|
|
width: 99px;
|
|
}
|
|
.nested .class {
|
|
width: 5px;
|
|
}
|