feat(webapp): import resource UI

This commit is contained in:
Ahmed Bouhuolia
2024-03-19 03:57:57 +02:00
parent 1ba26a3b85
commit ff5730d8a7
37 changed files with 1470 additions and 12 deletions

View File

@@ -0,0 +1,23 @@
.root{
background: #fff;
border: 1px solid #D3D8DE;
border-radius: 5px;
padding: 16px;
}
.description{
margin: 0;
margin-top: 6px;
color: #8F99A8;
}
.title{
color: #5F6B7C;
font-weight: 600;
font-size: 14px;
}
.buttonWrap{
flex: 25% 0;
text-align: right;
}