mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-18 23:42:56 +00:00
sketchy: card borders, closes #748
This commit is contained in:
2
dist/sketchy/_bootswatch.scss
vendored
2
dist/sketchy/_bootswatch.scss
vendored
@@ -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 {
|
||||||
|
1
dist/sketchy/bootstrap.css
vendored
1
dist/sketchy/bootstrap.css
vendored
@@ -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;
|
||||||
}
|
}
|
||||||
|
2
dist/sketchy/bootstrap.min.css
vendored
2
dist/sketchy/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||||
|
1
docs/4/sketchy/bootstrap.css
vendored
1
docs/4/sketchy/bootstrap.css
vendored
@@ -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;
|
||||||
}
|
}
|
||||||
|
2
docs/4/sketchy/bootstrap.min.css
vendored
2
docs/4/sketchy/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user