Remove some rounded styled items
This commit is contained in:
parent
af2538a8dd
commit
2ee6ed8104
4 changed files with 1 additions and 7 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
width: 60%;
|
||||
height: 80vh;
|
||||
border-radius: 2px;
|
||||
|
||||
background-color: $white;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
@import "../../lib/mixins";
|
||||
|
||||
.table {
|
||||
@include rounded;
|
||||
|
||||
table-layout: fixed;
|
||||
background-color: $white;
|
||||
width: 90%;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
background-color: lighten($gainsboro, +4%);
|
||||
border: 1px $border-gray solid;
|
||||
border-radius: 2px;
|
||||
|
||||
&:focus {
|
||||
border: 1px $focus-blue solid;
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
@mixin rounded {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue