remove components

This commit is contained in:
Peter Maquiran
2024-03-01 17:50:51 +01:00
parent 3ef42d508b
commit a1eff0e182
48 changed files with 46 additions and 3345 deletions
@@ -13,10 +13,11 @@
margin-bottom: 20px;
font-family: Roboto;
background-color: #fff;
min-height: 79px;
overflow:hidden;
transform: translate3d(0, 1px, 0);
.title-content{
margin: 0px auto;
padding: 0 !important;
@@ -77,7 +78,7 @@
}
.list-people{
float: left;
}
.add-people{
width: rem(45);
@@ -138,7 +139,7 @@
--color:#ffffff;
margin:10px;
}
.text-input{
width: 100%;
border: 1px solid #ebebeb;
@@ -146,7 +147,7 @@
padding: 0 !important;
border-radius: 5px;
}
/* Error Messages */
.error{
color:red;
@@ -158,14 +159,14 @@
color:red;
}
.buttons{
display: flex;
justify-content: space-between;
padding: 20px;
overflow: auto;
}
.app-name{
@@ -184,8 +185,8 @@
-ms-border-radius: 18px;
-o-border-radius: 18px;
}
.close-button {
display: none;
height: 20px;
@@ -201,4 +202,4 @@
.close-button {
display: block !important;
}
}
}