mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:25:07 +03:00
Styling for accordion
This commit is contained in:
parent
5abd6abdf4
commit
c44b921231
1 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,38 @@
|
|||
.accordion-button{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
text-transform: uppercase;
|
||||
height: 4.185vw;
|
||||
border-radius: 0px !important;
|
||||
background-color: #1a1a1a;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.accordion-button:hover{
|
||||
background-color: #4d4d4d;
|
||||
}
|
||||
|
||||
.accordion-button:focus{
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.accordion-button:not(.collapsed){
|
||||
background-color: #8000ff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.accordion-body{
|
||||
background-color: #1a1a1a;
|
||||
color: #ffffff;
|
||||
font-family: "sono", sans-serif;
|
||||
}
|
||||
|
||||
.accordion-item{
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.accordion-button,
|
||||
.accordion-body{
|
||||
padding-left: 8.185vw !important;
|
||||
padding-right: 8.185vw !important;
|
||||
}
|
Loading…
Reference in a new issue