removed sass

This commit is contained in:
2024-10-10 19:55:21 +03:00
parent 828fca7e8f
commit fea7610665
40 changed files with 1994 additions and 26 deletions
+26
View File
@@ -0,0 +1,26 @@
.notice {
background-color: var(--p20);
padding: 14px;
margin: 2rem 0;
position: relative;
font-size: 16px;
line-height: 24px;
border-radius: 12px;
//border: 3px solid var(--border-base);
}
.notice .title {
content: "NOTE";
//position: absolute;
border-radius: 12px;
display: block;
font-weight: bold;
}
.notice.notice-success{
background: var(--suc20);
}
.notice.notice-error{
background: var(--err10);
}