pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
other.less
(946B)
1
2 /************************
3 * Initially hide ngCloak
4 ************************/
5 [ng\:cloak], [ng-cloak], .ng-cloak { display: none; }
6
7
8
9 /* Removes borders from loading-ajax icon. */
10 .smart-form {
11 .icon-append, .icon-prepend {
12 border: none !important;
13 }
14 }
15
16 /**************************************
17 * File Upload
18 *************************************/
19 .file-preview {
20 min-height: 150px;
21 border: dotted 3px @gray-light;
22 }
23
24 /**************************************
25 * Wells
26 *************************************/
27 .well {
28 @media(max-width: @screen-xxs-max) {
29 .well-sm();
30 }
31 }
32
33 /**************************************
34 * Google Maps remove overrides
35 *************************************/
36 .gm-style {
37 font-family: @font-family-sans-serif;
38 font-size: @font-size-base;
39 font-weight: normal;
40
41 .gm-style-iw {
42 font-size: @font-size-base;
43 font-weight: normal;
44 }
45 }
46
47
48 footer {
49 background-color: @body-bg;
50 }
51
52 .welcome p {
53 .lead();
54 }