Home
last modified time | relevance | path

Searched refs:height (Results 326 – 350 of 2615) sorted by path

1...<<11121314151617181920>>...105

/template/breeze/bower_components/gumby/sass/
H A D_base.scss25 height: 100%;
H A D_grid.scss41 min-height: 1px;
205 height: auto;
223 height: auto;
271 height: 400px;
H A D_typography.scss9 @include adjust-leading-to($rhythm-height);
63 margin-bottom: $base-line-height / 2;
79 line-height: inherit;
131 line-height: 21px;
149 line-height: inherit;
154 line-height: inherit;
159 line-height: inherit;
169 line-height: 20px;
172 line-height: 20px;
199 height: 0;
/template/breeze/bower_components/gumby/sass/functions/
H A D_all.scss6 @import "height-calc";
20 @import "line-and-height";
H A D_button-size.scss16 $button-height: ms($ratio, $button-font-size) + 1;
17 $line-height: $button-height - 2;
20 @include line-and-height($button-height);
29 padding-left: $button-height;
38 padding-right: $button-height;
H A D_height-calc.scss2 // Calculate the height of an object based on its scale
4 @function height-calc($size) {
H A D_icons.scss17 height: inherit;
H A D_line-and-height.scss2 // Make line-height equal to an element's height
4 @mixin line-and-height($height) { parameter
5 height: $height;
6 line-height: $height - 2;
H A D_semantic-grid.scss158 min-height: 1px;
H A D_tooltips.scss43 line-height: 1.5;
61 height: 0;
/template/breeze/bower_components/gumby/sass/ui/
H A D_buttons.scss23 height: 100%;
H A D_forms.scss23 height: 150px;
69 @include line-and-height(height-calc($norm));
73 @include line-and-height(height-calc($norm));
79 height: auto;
175 @include line-and-height(height-calc($norm));
317 line-height: 16px;
322 height: 16px;
357 height: auto;
377 height: 34px;
H A D_images.scss4 line-height:0;
H A D_labels.scss4 height: 20px;
8 line-height: 20px;
H A D_navbar.scss5 min-height: 60px;
13 min-height: 0;
54 @include line-and-height(height-calc($larger - 3));
59 @include line-and-height(height-calc($larger - 3));
91 height: 0;
112 @include line-and-height(height-calc($larger - 3));
134 @include line-and-height(height-calc($larger - 3));
159 height: 0;
212 height: $navcontain-height;
269 height: 0;
[all …]
H A D_tabs.scss41 @include line-and-height($tab-height);
51 @include line-and-height($tab-height + 1);
80 @include line-and-height($tab-height);
91 @include line-and-height($tab-height + 1);
114 @include line-and-height($tab-height);
H A D_toggles.scss6 max-height: 0;
15 height: auto;
16 max-height: 800px;
23 height: 100%;
32 min-height: 50%;
33 max-height: 65%;
43 min-height: 80%;
44 max-height: 80%;
49 min-height: 92.5%;
50 max-height: 92.5%;
H A D_video.scss6 height: 0;
23 height: 100%;
/template/breeze/bower_components/gumby/sass/var/
H A D_settings.scss42 $base-line-height: ms(1) !default;
44 $rhythm-height: .711;
117 $default-button-height: 36px;
130 $tab-height: 42px;
133 $navcontain-height: 80px; // makes space at the top of a document for when using a fixed nav
/template/breeze/css/
H A Dbasic.css42 line-height: 1.2;
86 line-height: 1.2;
106 margin: 0 0 1.4em 0; /* bottom margin = line-height */
246 height: auto;
274 height: 0;
333 line-height: 1;
384 line-height: normal;
417 line-height: 1.4;
474 height: 0;
H A Dcontent.css152 line-height: 1.2;
H A Ddesign.css177 line-height: 1.2;
250 height: 1%;
H A Dgumby.css23 html { line-height: 1; }
52 html, body { height: 100%; }
691 ul.large li { line-height: 21px; }
1253 .navbar .logo a { display: block; padding: 0; overflow: hidden; height: 60px; line-height: 58px; }
1281 .navcontain { height: 55px; }
1346 .btn.large, .skiplink.large { font-size: 26px; font-size: 1.625rem; height: 58px; line-height: 56px…
1352 .btn.medium, .skiplink.medium { font-size: 16px; font-size: 1rem; height: 36px; line-height: 34px; }
1438 form textarea { height: 150px; }
1610 .tab-nav > li.active > a { height: 43px; line-height: 41px; background: white; }
1744 .navbar .logo a { display: block; padding: 0; overflow: hidden; height: 50px; line-height: 48px; }
[all …]
H A Dmobile.css74 height: auto !important;
H A Dstructure.css42 height: 1%;

1...<<11121314151617181920>>...105