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%;
|
width: 60%;
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
border-radius: 2px;
|
|
||||||
|
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
@import "../../lib/mixins";
|
@import "../../lib/mixins";
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
@include rounded;
|
|
||||||
|
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
background-color: lighten($gainsboro, +4%);
|
background-color: lighten($gainsboro, +4%);
|
||||||
border: 1px $border-gray solid;
|
border: 1px $border-gray solid;
|
||||||
border-radius: 2px;
|
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px $focus-blue solid;
|
border: 1px $focus-blue solid;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1 @@
|
||||||
@mixin rounded {
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue