assets/stylesheets/yeti/_bootswatch.scss in bootswatch-sass-3.3.6.1 vs assets/stylesheets/yeti/_bootswatch.scss in bootswatch-sass-3.3.7
- old
+ new
@@ -1,6 +1,6 @@
-// Yeti 3.3.5
+// Yeti 3.3.7
// Bootswatch
// -----------------------------------------------------
$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" !default;
@import url($web-font-path);
@@ -32,9 +32,14 @@
.form-control {
height: auto;
padding: $padding-xs-vertical $padding-xs-horizontal;
}
+ }
+
+ &-text {
+ margin: 12px 15px;
+ line-height: 21px;
}
.dropdown {
&-menu {