First stab at Northpass Implementation Academy. New templates features broke though and now these are all temporary.
This commit is contained in:
95
OtherNotes/NorthpassAca_custom_css.html
Normal file
95
OtherNotes/NorthpassAca_custom_css.html
Normal file
@ -0,0 +1,95 @@
|
||||
<style>
|
||||
}
|
||||
.fr-view {
|
||||
font-family: "Roboto", sans-serif !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
|
||||
.fr-view p, ul, li {
|
||||
font-family: "Lexend", sans-serif !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.fr-view li::marker {
|
||||
color: #66C92D;}
|
||||
|
||||
.fr-view li {
|
||||
margin-bottom: 14px;}
|
||||
|
||||
.fr-view .h1{
|
||||
font-family: "Lexend", sans-serif;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.fr-view a {
|
||||
color: #089FB7;
|
||||
font-weight:600;
|
||||
}
|
||||
.fr-view .h2{
|
||||
|
||||
font-family: "Lexend", sans-serif;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
padding-top: 15px;
|
||||
color: #66c92d;
|
||||
}
|
||||
.fr-view .h3{
|
||||
|
||||
font-family: "Lexend", sans-serif;
|
||||
font-size: 20px;
|
||||
color: #089FB7;
|
||||
font-weight: 600;
|
||||
}
|
||||
.fr-view .h4{
|
||||
|
||||
font-family: "Lexend", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #66C92D;
|
||||
}
|
||||
.fr-view .info-box-red{
|
||||
color: #00283D;
|
||||
border-left: 4px solid #DA3909;
|
||||
position: relative;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 150%;
|
||||
margin-bottom: 25px;
|
||||
padding: 20px 20px 20px 30px;
|
||||
background: #FCDDD3;
|
||||
}
|
||||
.fr-view .info-box-green{
|
||||
color: #00283D;
|
||||
border-left: 4px solid #3EA83E;
|
||||
position: relative;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 150%;
|
||||
margin-bottom: 25px;
|
||||
padding: 20px 20px 20px 30px;
|
||||
background: #E0F5D4;
|
||||
}
|
||||
.fr-view .info-box-blue{
|
||||
color: #00283D;
|
||||
border-left: 4px solid #078BA8;
|
||||
position: relative;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 150%;
|
||||
margin-bottom: 25px;
|
||||
padding: 20px 20px 20px 30px;
|
||||
background: #CCE9EE;
|
||||
}
|
||||
.fr-view .info-box-yellow{
|
||||
color: #00283D;
|
||||
border-left: 4px solid #FFBF00;
|
||||
position: relative;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 150%;
|
||||
margin-bottom: 25px;
|
||||
padding: 20px 20px 20px 30px;
|
||||
background: #FFF5C7;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user