mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
10 lines
314 B
CSS
10 lines
314 B
CSS
|
@charset "UTF-8";
|
|||
|
/* line 5, ../sass/offline-language-turkish-indicator.sass */
|
|||
|
.offline-ui.offline-ui-up .offline-ui-content:before {
|
|||
|
content: "Çevrimiçi";
|
|||
|
}
|
|||
|
/* line 10, ../sass/offline-language-turkish-indicator.sass */
|
|||
|
.offline-ui.offline-ui-down .offline-ui-content:before {
|
|||
|
content: "Çevrimdışı";
|
|||
|
}
|