unignore bower_components
[bootswatch] / bower_components / font-awesome / src / assets / less / lazy.less
1 .padding-none         { padding: 0 !important; }
2 .padding              { padding: 10px !important; }
3 .padding-small        { padding: 5px !important; }
4 .padding-large        { padding: 22px !important; }
5
6 .padding-top-none     { padding-top: 0 !important; }
7 .padding-top          { padding-top: 10px !important; }
8 .padding-top-small    { padding-top: 5px !important; }
9 .padding-top-large    { padding-top: 22px !important; }
10
11 .padding-right-none   { padding-right: 0 !important; }
12 .padding-right        { padding-right: 10px !important; }
13 .padding-right-small  { padding-right: 5px !important; }
14 .padding-right-large  { padding-right: 22px !important; }
15
16 .padding-bottom-none  { padding-bottom: 0 !important; }
17 .padding-bottom       { padding-bottom: 10px !important; }
18 .padding-bottom-small { padding-bottom: 5px !important; }
19 .padding-bottom-large { padding-bottom: 22px !important; }
20
21 .padding-left-none    { padding-left: 0 !important; }
22 .padding-left         { padding-left: 10px !important; }
23 .padding-left-small   { padding-left: 5px !important; }
24 .padding-left-large   { padding-left: 22px !important; }
25
26 .margin-none          { margin: 0 !important; }
27 .margin               { margin: 10px !important; }
28 .margin-small         { margin: 5px !important; }
29 .margin-large         { margin: 22px !important; }
30
31 .margin-top-none      { margin-top: 0 !important; }
32 .margin-top           { margin-top: 10px !important; }
33 .margin-top-large     { margin-top: 22px !important; }
34 .margin-top-small     { margin-top: 5px !important; }
35
36 .margin-right-none    { margin-right: 0 !important; }
37 .margin-right         { margin-right: 10px !important; }
38 .margin-right-large   { margin-right: 22px !important; }
39 .margin-right-small   { margin-right: 5px !important; }
40
41 .margin-bottom-none   { margin-bottom: 0 !important; }
42 .margin-bottom        { margin-bottom: 10px !important; }
43 .margin-bottom-large  { margin-bottom: 22px !important; }
44 .margin-bottom-small  { margin-bottom: 5px !important; }
45
46 .margin-left-none     { margin-left: 0 !important; }
47 .margin-left          { margin-left: 10px !important; }
48 .margin-left-large    { margin-left: 22px !important; }
49 .margin-left-small    { margin-left: 5px !important; }
50
51 .border-left-none     { border-left: none !important; }
52 .border-right-none    { border-right: none !important; }
53 .border-bottom-none   { border-bottom: none !important; }
54 .border-top-none      { border-top: none !important; }
55
56 .display-block { display: block; } // use to swap an anchor tag to span a whole row to make click target larger
57 .no-underline:hover { text-decoration: none; }
58 .clickable { cursor: pointer; }
59 .strong { font-weight: bold; }
60 .em { font-style: italic; }
61 .small { font-size: 85%; } // Ex: 14px base font * 85% = about 12px
62 .no-link { color: @grayDark; }
63 .text-sans-serif { font-family: @sansFontFamily; }
64 .text-ellipsis { .text-overflow(); } // truncates text to a single line with an ellipsis at the end
65 .text-default {
66   font-family: @sansFontFamily;
67   font-size: @baseFontSize;
68   line-height: @baseLineHeight;
69   font-weight: normal;
70 }
71 .hilite {
72   color: @linkColor;
73   &:hover {
74     color: @linkColorHover;
75     text-decoration: underline;
76   }
77   [class^="icon-"], [class*=" icon-"] {
78     &:before {
79       display: inline;
80     }
81   }
82 }
83 .strike { text-decoration: line-through; }
84 .upper { text-transform: uppercase; }
85 .lower { text-transform: lowercase; }