mirror of
https://github.com/mattermost/focalboard.git
synced 2025-04-17 11:36:22 +02:00
8 lines
139 B
SCSS
8 lines
139 B
SCSS
|
.BoardPage {
|
||
|
> .error {
|
||
|
background-color: rgba(230, 192, 192, 0.9);
|
||
|
text-align: center;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
}
|