19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
|
|
page {
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
}
|
||
|
|
.contact_btn {
|
||
|
|
border: none !important;
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 0;
|
||
|
|
line-height: 1;
|
||
|
|
color: inherit;
|
||
|
|
font-size: inherit;
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
outline: none;
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
button:after {
|
||
|
|
border: none !important;
|
||
|
|
}
|