Remove rounded component styling
This commit is contained in:
parent
5ec7239a1b
commit
ac9e6a7224
8 changed files with 0 additions and 10 deletions
|
|
@ -6,7 +6,6 @@
|
|||
padding: 15px;
|
||||
|
||||
width: 50%;
|
||||
border-radius: 5px;
|
||||
|
||||
background-color: $white;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
padding: 10px;
|
||||
|
||||
background-color: $error-red;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
& li {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
flex-direction: column;
|
||||
|
||||
width: 70%;
|
||||
border-radius: 5px;
|
||||
|
||||
background-color: $white;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@
|
|||
padding: 20px 15px;
|
||||
margin: 5px 0;
|
||||
|
||||
border-radius: 5px;
|
||||
|
||||
background-color: $blue;
|
||||
|
||||
&--error {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,5 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
border-radius: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
@extend .section;
|
||||
|
||||
width: 70%;
|
||||
border-radius: 5px;
|
||||
|
||||
padding: 10px;
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
overflow: auto;
|
||||
|
||||
list-style: none;
|
||||
border-radius: 5px;
|
||||
|
||||
&__item {
|
||||
padding: 2px 10px 5px 10px;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
margin: 5% auto;
|
||||
width: 50%;
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
& .form {
|
||||
@extend .form;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue