mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-15 09:14:11 +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;
|
|
}
|
|
}
|