83 lines
1.3 KiB
CSS
83 lines
1.3 KiB
CSS
.AP-Btn-Primary {
|
|
background-color: #DE0000;
|
|
padding: 5px 10px;
|
|
color: #ffffff;
|
|
border-radius: 5px;
|
|
transition: 0.7s;
|
|
}
|
|
|
|
.AP-Btn-Primary:hover{
|
|
text-decoration: none !important;
|
|
cursor: pointer;
|
|
color: #DE0000;
|
|
background-color: #ffffff;
|
|
border: 1px solid #DE0000;
|
|
}
|
|
|
|
.AP-Btn-outline{
|
|
border: 1px solid #ffffff;
|
|
padding: 10px 15px;
|
|
color: #ffffff;
|
|
transition: 0.7s;
|
|
}
|
|
|
|
.AP-Btn-outline:hover{
|
|
text-decoration: none !important;
|
|
cursor: pointer;
|
|
background-color: #ffffff;
|
|
color: #DE0000;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.AP-color-primary{
|
|
color: #DE0000;
|
|
}
|
|
|
|
.Container-NP{
|
|
padding-left: 0px !important;
|
|
padding-right: 0px !important;
|
|
}
|
|
|
|
.GlobalHR{
|
|
border: 2px solid #DE0000;
|
|
}
|
|
|
|
.GlobalHR-SM{
|
|
border: 1px solid #DE0000;
|
|
margin-bottom: 0px !important;
|
|
margin-top: 0px !important;
|
|
}
|
|
|
|
.AP-h1{
|
|
font-size: 3.5rem;
|
|
}
|
|
|
|
.AP-h1-l{
|
|
color:#ffffff;
|
|
font-size: 3.5rem !important;
|
|
font-weight: 350 !important;
|
|
}
|
|
|
|
.AP-h1, .AP-h2, .AP-h3, .AP-h4, .AP-h5{
|
|
color:#DE0000;
|
|
font-weight: 350 !important;
|
|
}
|
|
|
|
.hr-1{
|
|
border: 1px solid #DE0000;
|
|
margin-left: 0px !important;
|
|
}
|
|
|
|
.hr-2{
|
|
border: 2px solid #DE0000;
|
|
margin-left: 0px !important;
|
|
}
|
|
|
|
.p0{
|
|
padding: 0px !important;
|
|
}
|
|
|
|
.A-Center {
|
|
align-items: center;
|
|
align-content: center;
|
|
} |