summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/compound/compound.scss
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-28 12:19:15 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-29 12:21:12 +0300
commit1482d63643f3d03a7fa887a5de7cc251b1313a11 (patch)
tree2387a03fc3025bdee54fc99ac0c20d31cc959d12 /WebContent/VAADIN/themes/chameleon/compound/compound.scss
parent730b552cc13ea596b0fe680ce40c053786c070f7 (diff)
downloadvaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.tar.gz
vaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.zip
Build vaadin-themes with maven
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/compound/compound.scss')
-rw-r--r--WebContent/VAADIN/themes/chameleon/compound/compound.scss134
1 files changed, 0 insertions, 134 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/compound/compound.scss b/WebContent/VAADIN/themes/chameleon/compound/compound.scss
deleted file mode 100644
index 43a8717dbb..0000000000
--- a/WebContent/VAADIN/themes/chameleon/compound/compound.scss
+++ /dev/null
@@ -1,134 +0,0 @@
-@mixin chameleon-compound {
-
- // segment.css
-
- .v-horizontallayout-segment {
- .v-button {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- border-left-width: 0;
- zoom: 1;
- overflow: visible;
-
- .v-button-wrap {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- zoom: 1;
- }
- }
-
- .first {
- -webkit-border-top-left-radius: 3px;
- -webkit-border-bottom-left-radius: 3px;
- -moz-border-radius-topleft: 3px;
- -moz-border-radius-bottomleft: 3px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- border-left-width: 1px;
-
- .v-button-wrap {
- -webkit-border-top-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- -moz-border-radius-topleft: 2px;
- -moz-border-radius-bottomleft: 2px;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- }
-
- }
-
- .last {
- -webkit-border-top-right-radius: 3px;
- -webkit-border-bottom-right-radius: 3px;
- -moz-border-radius-topright: 3px;
- -moz-border-radius-bottomright: 3px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
-
- .v-button-wrap {
- -webkit-border-top-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- -moz-border-radius-topright: 2px;
- -moz-border-radius-bottomright: 2px;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- }
- }
- }
-
- // sidebar-menu.css
-
- .sidebar-menu * {
- white-space: normal;
- }
-
- .sidebar-menu {
- .v-label {
- font-size: 11.05px;
- text-transform: uppercase;
- font-weight: bold;
- letter-spacing: 0.03em;
- padding: 1em .9em .3em;
- text-shadow: 0 1px 0 rgba(255,255,255,1);
- }
-
- .v-nativebutton {
- width: 100%;
- padding: .1em 1.1em;
- border: none;
- background: transparent;
- text-align: left;
- }
-
- .v-nativebutton:focus {
- outline: none;
- font-weight: bold;
- }
-
- .tab-selected,
- .selected {
- font-weight: bold;
- background-color: #333;
- background-image: url(../img/grad-light-top2.png);
- background-position: 0 -1px;
- color: #fff;
- }
-
- .tab-selected:focus,
- .selected:focus {
- outline: none;
- }
-
- .v-nativebutton::-moz-focus-inner {
- border: none;
- padding: 0;
- }
- }
-
- // toolbar.css
-
- .v-csslayout-toolbar {
- background: transparent url(../img/grad-light-top.png) repeat-x;
- border: 1px solid #b3b3b3;
- border-width: 1px 0;
-
- .v-csslayout-margin {
- margin: 3px .3em 2px;
- padding-bottom: 1px;
- overflow: hidden;
- }
-
- .v-button,
- .segment {
- margin-right: 2px;
- float: left;
- }
-
- .segment .v-button {
- margin-right: 0;
- }
- }
-
-} \ No newline at end of file