Home page implementatie
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user