mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-21 22:42:48 +01:00
13 lines
162 B
CSS
13 lines
162 B
CSS
#news-saved-message {
|
|
margin: 15px 0;
|
|
display: none;
|
|
}
|
|
|
|
#news .form-line {
|
|
margin: 25px 0 15px 0;
|
|
}
|
|
|
|
#news .notice {
|
|
color: var(--color-error);
|
|
}
|