haikal/static/css/custom.css
Marwan Alwali 727ec76f19 update
2025-02-10 17:31:37 +03:00

19 lines
363 B
CSS

.color-div {
width: 64px;
height: 16px;
padding: 2px 4px;
border-radius: 3px;
border: 1px outset #CBD0DDFd;
text-align: center;
/*vertical-align: middle;*/
/*line-height: 22px;*/
}
.rtl .fa-chevron-left {
transform: scaleX(-1);
}
.rtl .fa-chevron-right {
transform: scaleX(-1);
}