sketchy: card borders, closes #748

This commit is contained in:
Thomas Park
2017-12-10 10:59:27 -05:00
parent ecdcb6c0b4
commit db04f46f75
6 changed files with 4 additions and 6 deletions

View File

@@ -335,7 +335,6 @@ select.form-control {
// Containers ================================================================== // Containers ==================================================================
.card { .card {
border-color: transparent;
border-radius: 5px 5px 5px 5px/25px 25px 25px 5px; border-radius: 5px 5px 5px 5px/25px 25px 25px 5px;
overflow: hidden; overflow: hidden;
@@ -351,6 +350,7 @@ select.form-control {
&-header { &-header {
border-bottom-width: 2px; border-bottom-width: 2px;
border-color: inherit;
} }
&-footer { &-footer {

View File

@@ -9086,7 +9086,6 @@ select.form-control {
} }
.card { .card {
border-color: transparent;
border-radius: 5px 5px 5px 5px/25px 25px 25px 5px; border-radius: 5px 5px 5px 5px/25px 25px 25px 5px;
overflow: hidden; overflow: hidden;
} }

File diff suppressed because one or more lines are too long

View File

@@ -335,7 +335,6 @@ select.form-control {
// Containers ================================================================== // Containers ==================================================================
.card { .card {
border-color: transparent;
border-radius: 5px 5px 5px 5px/25px 25px 25px 5px; border-radius: 5px 5px 5px 5px/25px 25px 25px 5px;
overflow: hidden; overflow: hidden;
@@ -351,6 +350,7 @@ select.form-control {
&-header { &-header {
border-bottom-width: 2px; border-bottom-width: 2px;
border-color: inherit;
} }
&-footer { &-footer {

View File

@@ -9086,7 +9086,6 @@ select.form-control {
} }
.card { .card {
border-color: transparent;
border-radius: 5px 5px 5px 5px/25px 25px 25px 5px; border-radius: 5px 5px 5px 5px/25px 25px 25px 5px;
overflow: hidden; overflow: hidden;
} }

File diff suppressed because one or more lines are too long