ref: Remove board types, refactoring

This commit is contained in:
Maksim Eltyshev
2022-12-26 21:10:50 +01:00
parent 2b131f76c1
commit 6ffa817b53
182 changed files with 1573 additions and 1239 deletions

View File

@@ -0,0 +1,27 @@
:global(#app) {
.message {
background: #eb5a46;
border-radius: 4px;
bottom: 20px;
box-shadow: #b04632 0 1px 0;
padding: 12px 18px;
position: fixed;
right: 20px;
width: 390px;
z-index: 10001;
}
.messageContent {
color: #fff;
font-size: 16px;
line-height: 1.4;
}
.messageHeader {
color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 8px;
}
}