Skip to content

Commit

Permalink
sketchy: fix select borders, #1085
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 25, 2021
1 parent a2cc3d0 commit 8c3aaf3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/sketchy/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch&dis

// stylelint-disable scss/dollar-variable-default
$border-radius-sketchy: 255px 25px 225px 25px / 25px 225px 25px 255px;
$border-radius-lg-sketchy: 555px 25px 15px 25px / 25px 5px 35px 555px;
$border-radius-lg-sketchy: 55px 225px 15px 25px / 25px 25px 35px 355px;
$border-radius-sm-sketchy: 255px 25px 225px 25px / 25px 225px 25px 255px;
// style-enable scss/dollar-variable-default

Expand Down
6 changes: 3 additions & 3 deletions dist/sketchy/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -10342,7 +10342,7 @@ a.text-dark:hover, a.text-dark:focus {
}

.btn-lg, .btn-group-lg > .btn {
border-radius: 555px 25px 15px 25px/25px 5px 35px 555px;
border-radius: 55px 225px 15px 25px/25px 25px 35px 355px;
}

.btn-sm, .btn-group-sm > .btn {
Expand Down Expand Up @@ -10429,7 +10429,7 @@ textarea,
textarea.form-control,
select,
select.form-control {
border-radius: 555px 25px 15px 25px/25px 5px 35px 555px !important;
border-radius: 55px 225px 15px 25px/25px 25px 35px 355px !important;
}

[type="checkbox"] {
Expand Down Expand Up @@ -10672,7 +10672,7 @@ select.form-control {

.jumbotron {
border: 2px solid #333;
border-radius: 555px 25px 15px 25px/25px 5px 35px 555px;
border-radius: 55px 225px 15px 25px/25px 25px 35px 355px;
}

.toast {
Expand Down
2 changes: 1 addition & 1 deletion dist/sketchy/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/4/sketchy/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch&dis

// stylelint-disable scss/dollar-variable-default
$border-radius-sketchy: 255px 25px 225px 25px / 25px 225px 25px 255px;
$border-radius-lg-sketchy: 555px 25px 15px 25px / 25px 5px 35px 555px;
$border-radius-lg-sketchy: 55px 225px 15px 25px / 25px 25px 35px 355px;
$border-radius-sm-sketchy: 255px 25px 225px 25px / 25px 225px 25px 255px;
// style-enable scss/dollar-variable-default

Expand Down
6 changes: 3 additions & 3 deletions docs/4/sketchy/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -10342,7 +10342,7 @@ a.text-dark:hover, a.text-dark:focus {
}

.btn-lg, .btn-group-lg > .btn {
border-radius: 555px 25px 15px 25px/25px 5px 35px 555px;
border-radius: 55px 225px 15px 25px/25px 25px 35px 355px;
}

.btn-sm, .btn-group-sm > .btn {
Expand Down Expand Up @@ -10429,7 +10429,7 @@ textarea,
textarea.form-control,
select,
select.form-control {
border-radius: 555px 25px 15px 25px/25px 5px 35px 555px !important;
border-radius: 55px 225px 15px 25px/25px 25px 35px 355px !important;
}

[type="checkbox"] {
Expand Down Expand Up @@ -10672,7 +10672,7 @@ select.form-control {

.jumbotron {
border: 2px solid #333;
border-radius: 555px 25px 15px 25px/25px 5px 35px 555px;
border-radius: 55px 225px 15px 25px/25px 25px 35px 355px;
}

.toast {
Expand Down
2 changes: 1 addition & 1 deletion docs/4/sketchy/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 8c3aaf3

Please sign in to comment.