app/assets/stylesheets/sail/settings.scss in sail-1.3.0 vs app/assets/stylesheets/sail/settings.scss in sail-1.4.0
- old
+ new
@@ -106,9 +106,25 @@
border-color: $tangerine;
outline: none;
}
}
+ .date-picker {
+ position: relative;
+ bottom: 10px;
+ border: none;
+ border-bottom: 2px solid darken($aluminium, 30%);
+ width: 100%;
+ text-align: center;
+ font-size: 18px;
+ font-family: 'Roboto', sans-serif;
+
+ &:focus {
+ border-color: $tangerine;
+ outline: none;
+ }
+ }
+
.value-slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;