Remove rounded component styling

This commit is contained in:
Sonny 2020-07-25 22:11:41 +02:00
parent 5ec7239a1b
commit ac9e6a7224
8 changed files with 0 additions and 10 deletions

View file

@ -6,7 +6,6 @@
padding: 15px;
width: 50%;
border-radius: 5px;
background-color: $white;

View file

@ -14,7 +14,6 @@
padding: 10px;
background-color: $error-red;
border-radius: 5px;
}
& li {

View file

@ -5,7 +5,6 @@
flex-direction: column;
width: 70%;
border-radius: 5px;
background-color: $white;

View file

@ -17,8 +17,6 @@
padding: 20px 15px;
margin: 5px 0;
border-radius: 5px;
background-color: $blue;
&--error {

View file

@ -4,6 +4,5 @@
margin: 0;
padding: 0;
border-radius: 0;
cursor: pointer;
}

View file

@ -2,7 +2,6 @@
@extend .section;
width: 70%;
border-radius: 5px;
padding: 10px;

View file

@ -15,7 +15,6 @@
overflow: auto;
list-style: none;
border-radius: 5px;
&__item {
padding: 2px 10px 5px 10px;

View file

@ -2,8 +2,6 @@
margin: 5% auto;
width: 50%;
border-radius: 4px;
& .form {
@extend .form;