mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
10 lines
309 B
CSS
10 lines
309 B
CSS
@charset "UTF-8";
|
|
/* line 5, ../sass/offline-language-french-indicator.sass */
|
|
.offline-ui.offline-ui-up .offline-ui-content:before {
|
|
content: "Connecté";
|
|
}
|
|
/* line 10, ../sass/offline-language-french-indicator.sass */
|
|
.offline-ui.offline-ui-down .offline-ui-content:before {
|
|
content: "Pas connecté";
|
|
}
|