commit
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
}
|
||||
.h5-button{
|
||||
background-color: #15c1cb;
|
||||
cursor:pointer;
|
||||
text-align: start;
|
||||
color: #ffffff !important;
|
||||
@@ -21,7 +20,7 @@
|
||||
padding: 0px !important ;
|
||||
}
|
||||
.card-header{
|
||||
background-color: #15c1cb;
|
||||
background-color: #333333;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
margin-bottom: 2px;
|
||||
@@ -39,18 +38,40 @@
|
||||
}
|
||||
.A{
|
||||
color: #15c1cb;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.card-q{
|
||||
.card-header{
|
||||
background-color: #333333;
|
||||
transition: background-color 1s ease;
|
||||
// .card-q{
|
||||
// .card-header{
|
||||
|
||||
// transition: background-color 1s ease;
|
||||
|
||||
// }
|
||||
// .collapsed {
|
||||
// background-color: #15c1cb;
|
||||
// }
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width:768px) {
|
||||
.card-header{
|
||||
i{
|
||||
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
color:white;
|
||||
}
|
||||
.collapsed {
|
||||
background-color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width:992px) {
|
||||
.card-q{
|
||||
margin: 0 330px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user