init repo

This commit is contained in:
nikolay ivanov
2014-07-05 18:22:49 +00:00
commit a8be6b9e72
17348 changed files with 9229832 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.x-msgbox {
@include background-gradient($base-color, color_stops(darken($base-color, 20%), darken($base-color, 40%) 10%, darken($base-color, 40%)));
.x-toolbar {
&.x-docked-bottom .x-button .x-button-label {
font-size: .9em;
line-height: 2em;
}
}
.x-title {
font-size: 1em;
line-height: 1.4em;
color: #ffffff;
@include bevel-by-background($sheet-bg-color);
}
}