Mise à jour du design
This commit is contained in:
@ -65,7 +65,7 @@ figure {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
color: var(--yellow);
|
||||
transition: all .3s ease-in 0s;
|
||||
}
|
||||
|
||||
@ -105,6 +105,20 @@ a:hover {
|
||||
transition: all .3s ease-in 0s;
|
||||
}
|
||||
|
||||
.btn.btn-primary {
|
||||
border-color: var(--yellow);
|
||||
font-variation-settings: 'wght' 600.0;
|
||||
}
|
||||
|
||||
.btn.btn-primary:hover,
|
||||
.btn.btn-primary:active,
|
||||
.btn.btn-primary:focus {
|
||||
color: #fff!important;
|
||||
background: var(--yellow)!important;
|
||||
box-shadow: none!important;
|
||||
border-color: var(--green)!important;
|
||||
}
|
||||
|
||||
.btn:focus {
|
||||
color: #ddd;
|
||||
}
|
||||
@ -215,7 +229,7 @@ a:hover {
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #57cbcc;
|
||||
color: var(--yellow);
|
||||
}
|
||||
|
||||
.btn-main {
|
||||
@ -241,18 +255,18 @@ a:hover {
|
||||
padding: 100px 0;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.section {
|
||||
padding: 50px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.section {
|
||||
padding: 80px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.section {
|
||||
padding: 50px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.section-sm {
|
||||
padding: 70px 0;
|
||||
}
|
||||
@ -641,6 +655,13 @@ a:hover {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.contact-details {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.form-meghna .form-control {
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
|
Reference in New Issue
Block a user