diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-28 12:19:15 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-29 12:21:12 +0300 |
commit | 1482d63643f3d03a7fa887a5de7cc251b1313a11 (patch) | |
tree | 2387a03fc3025bdee54fc99ac0c20d31cc959d12 /WebContent/VAADIN/themes/base/slider | |
parent | 730b552cc13ea596b0fe680ce40c053786c070f7 (diff) | |
download | vaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.tar.gz vaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.zip |
Build vaadin-themes with maven
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
Diffstat (limited to 'WebContent/VAADIN/themes/base/slider')
-rw-r--r-- | WebContent/VAADIN/themes/base/slider/slider.scss | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/WebContent/VAADIN/themes/base/slider/slider.scss b/WebContent/VAADIN/themes/base/slider/slider.scss deleted file mode 100644 index 60047bc6db..0000000000 --- a/WebContent/VAADIN/themes/base/slider/slider.scss +++ /dev/null @@ -1,70 +0,0 @@ -@mixin base-slider($primaryStyleName : v-slider) { - -.#{$primaryStyleName} { - margin: 5px 0; -} -.#{$primaryStyleName}-base { - /* changing the borders will require adjustments to ISlider.java */ - height: 2px; - border-top: 1px solid #ddd; - background: #eee; - border-left: 1px solid #ddd; - border-right: 1px solid #eee; -} -.#{$primaryStyleName}-handle { - background: #aaa; - width: 12px; - height: 12px; - margin-top: -5px; - font-size: 0; - -ms-touch-action: none; - touch-action: none; -} - -.#{$primaryStyleName}-vertical { - width: 2px; - height: auto; - margin: 0 5px; - border: none; - border-left: 1px solid #cccfd0; - border-right: 1px solid #cccfd0; -} -.#{$primaryStyleName}-vertical .#{$primaryStyleName}-base { - width: 2px; - border-bottom: 1px solid #eee; - border-right: none; -} -.#{$primaryStyleName}-vertical .#{$primaryStyleName}-handle { - width: 12px; - height: 12px; - font-size: 0; - margin-left: -5px; -} - -.#{$primaryStyleName}-feedback { - padding: 2px 5px; - background: #444; - color: #fff; - font-size: 11px; - line-height: 13px; - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; - border-radius: 4px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - margin: -2px 0 0 2px; - text-shadow: 0 1px 0 #000; -} - -/* Disabled by default -.#{$primaryStyleName}-error .#{$primaryStyleName}-base { - background: #FFE0E0; -} -*/ -/* Disabled by default -.#{$primaryStyleName}-required .#{$primaryStyleName}-base { - background: #FFE0E0; -} -*/ - -}
\ No newline at end of file |