23 lines
289 B
CSS
23 lines
289 B
CSS
|
.toggleOpened{
|
|||
|
color: #0a58ca;
|
|||
|
text-decoration: none;
|
|||
|
}
|
|||
|
|
|||
|
.toggleOpened:hover{
|
|||
|
color: #0a58ca; !important;
|
|||
|
cursor: pointer;
|
|||
|
}
|
|||
|
|
|||
|
.centered {
|
|||
|
text-align: center;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
|
|||
|
.pd {
|
|||
|
padding: 5px;
|
|||
|
}
|
|||
|
|
|||
|
.marg{
|
|||
|
margin: 2px
|
|||
|
}
|