Skip to content

Commit

Permalink
update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhairi committed Feb 27, 2019
1 parent 37a42ee commit 952953c
Show file tree
Hide file tree
Showing 42 changed files with 60 additions and 47 deletions.
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/cerulean/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 4.2.1
// Cerulean 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/cerulean/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 4.2.1
// Cerulean 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/cosmo/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cosmo 4.2.1
// Cosmo 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/cosmo/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cosmo 4.2.1
// Cosmo 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/cyborg/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cyborg 4.2.1
// Cyborg 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/cyborg/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cyborg 4.2.1
// Cyborg 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/darkly/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Darkly 4.2.1
// Darkly 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/darkly/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Darkly 4.2.1
// Darkly 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/flatly/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flatly 4.2.1
// Flatly 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/flatly/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flatly 4.2.1
// Flatly 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/journal/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Journal 4.2.1
// Journal 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/journal/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Journal 4.2.1
// Journal 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/litera/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Litera 4.2.1
// Litera 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/litera/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Litera 4.2.1
// Litera 4.3.1
// Bootswatch

//
Expand Down
15 changes: 10 additions & 5 deletions assets/stylesheets/bootswatch/lumen/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Lumen 4.2.1
// Lumen 4.3.1
// Bootswatch


Expand Down Expand Up @@ -35,8 +35,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400

.btn {
@include shadow();
font-size: 12px;
font-weight: bold;
text-transform: uppercase;

&:not(.disabled):hover {
Expand Down Expand Up @@ -70,7 +68,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400

&-info {
border-color: darken($info, 5%);
color: $white;
}

&-danger {
Expand All @@ -79,7 +76,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400

&-warning {
border-color: darken($warning, 5%);
color: $white;
}

&-light {
Expand Down Expand Up @@ -246,6 +242,15 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}

.input-group-sm {
> .input-group-prepend,
> .input-group-append {
.btn {
font-size: $btn-font-size-sm;
}
}
}

// Navs ========================================================================

.nav {
Expand Down
10 changes: 9 additions & 1 deletion assets/stylesheets/bootswatch/lumen/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Lumen 4.2.1
// Lumen 4.3.1
// Bootswatch

//
Expand Down Expand Up @@ -45,6 +45,14 @@ $font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFo

$font-size-base: 0.875rem !default;

// Buttons

$btn-font-size: 0.75rem !default;

$btn-font-size-sm: 0.625rem !default;

$btn-font-weight: bold !default;

// Dropdowns

$dropdown-link-color: rgba(0,0,0,.5) !default;
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/lux/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Lux 4.2.1
// Lux 4.3.1
// Bootswatch


Expand Down
4 changes: 2 additions & 2 deletions assets/stylesheets/bootswatch/lux/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Lux 4.2.1
// Lux 4.3.1
// Bootswatch

//
Expand Down Expand Up @@ -90,7 +90,7 @@ $btn-font-weight: 600 !default;

// Forms

$input-line-height: 1.5rem !default;
$input-line-height: 1.5 !default;

$input-bg: $gray-200 !default;
$input-disabled-bg: $gray-300 !default;
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/materia/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Materia 4.2.1
// Materia 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/materia/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Materia 4.2.1
// Materia 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/minty/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Minty 4.2.1
// Minty 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/minty/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Minty 4.2.1
// Minty 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/pulse/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Pulse 4.2.1
// Pulse 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/pulse/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Pulse 4.2.1
// Pulse 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/sandstone/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Sandstone 4.2.1
// Sandstone 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/sandstone/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Sandstone 4.2.1
// Sandstone 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/simplex/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simplex 4.2.1
// Simplex 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/simplex/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simplex 4.2.1
// Simplex 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/sketchy/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Sketchy 4.2.1
// Sketchy 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/sketchy/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Sketchy 4.2.1
// Sketchy 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/slate/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Slate 4.2.1
// Slate 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/slate/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Slate 4.2.1
// Slate 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/solar/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Solar 4.2.1
// Solar 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/solar/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Solar 4.2.1
// Solar 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/spacelab/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Spacelab 4.2.1
// Spacelab 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/spacelab/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Spacelab 4.2.1
// Spacelab 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/superhero/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Superhero 4.2.1
// Superhero 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/superhero/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Superhero 4.2.1
// Superhero 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/united/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// United 4.2.1
// United 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/united/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// United 4.2.1
// United 4.3.1
// Bootswatch

//
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/yeti/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Yeti 4.2.1
// Yeti 4.3.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/yeti/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Yeti 4.2.1
// Yeti 4.3.1
// Bootswatch

//
Expand Down

0 comments on commit 952953c

Please sign in to comment.