Skip to content

Commit

Permalink
styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Jan 16, 2024
1 parent d41741f commit 4a3064e
Show file tree
Hide file tree
Showing 10 changed files with 936 additions and 901 deletions.
656 changes: 330 additions & 326 deletions src/stylesheets/bootstrap-override.scss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/stylesheets/bootstrap/bootstrap/_badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Base class
.badge {
display: inline-block;
//display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: $font-size-small;
Expand Down
6 changes: 3 additions & 3 deletions src/stylesheets/bootstrap/bootstrap/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ output {
display: block;
width: 100%;
height: $input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
padding: $padding-base-vertical $padding-base-horizontal;
padding: $padding-base-horizontal;
font-size: 1em;
line-height: $line-height-base;
color: $input-color;
Expand Down Expand Up @@ -171,10 +171,10 @@ textarea.form-control {
// be added to `.form-control` as it's not specific enough. For details, see
// https://github.com/twbs/bootstrap/issues/11586.

/*
input[type="search"] {
-webkit-appearance: none;
}

}*/

// Special styles for iOS temporal inputs
//
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/bootstrap/bootstrap/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
&:focus {
border-color: $color;
outline: 0;
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $color-rgba);
//@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $color-rgba);
}
}

Expand Down
Loading

0 comments on commit 4a3064e

Please sign in to comment.