mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-10 03:54:28 +02:00
8 lines
192 B
CSS
8 lines
192 B
CSS
afx-resizer.vertical {
|
|
background-color: transparent;
|
|
border-top: 1px solid #262626;
|
|
}
|
|
afx-resizer.horizontal {
|
|
background-color: transparent;
|
|
border-left: 1px solid #262626;
|
|
} |