1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-04-17 11:36:22 +02:00
focalboard/webapp/src/pages/boardPage.scss

8 lines
139 B
SCSS
Raw Normal View History

.BoardPage {
> .error {
background-color: rgba(230, 192, 192, 0.9);
text-align: center;
padding: 10px;
}
}