Customize bootstrap with SASS
Update jquery validate for IE Simplify scripting Update home page logo
This commit is contained in:
+11
-2
@@ -4,8 +4,17 @@
|
||||
.header{font-family: "Lato", sans-serif;
|
||||
line-height: 1.4;
|
||||
font-weight: 900;
|
||||
letter-spacing: -.2px;
|
||||
font-size: 2rem;}
|
||||
letter-spacing: -.2px;
|
||||
font-size: 2rem;}
|
||||
|
||||
/**umb_name:header-shadow*/
|
||||
.header-shadow{font-family: "Lato", sans-serif;
|
||||
line-height: 1.4;
|
||||
font-weight: 900;
|
||||
letter-spacing: -.2px;
|
||||
font-size: 2rem;
|
||||
text-shadow: 2px 2px 4px #000000;
|
||||
}
|
||||
|
||||
/**umb_name:body*/
|
||||
.body{}
|
||||
Reference in New Issue
Block a user