mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-01-10 08:22:02 +01:00
14 lines
336 B
CSS
Executable File
14 lines
336 B
CSS
Executable File
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Tahoma", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
|
|
.navbar-brand {
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
.input-group{
|
|
flex-direction: row-reverse;
|
|
} |