fix(actualgraph): fix responsive for button
This commit is contained in:
parent
c405a9d815
commit
bac7a0a36c
|
|
@ -83,6 +83,12 @@
|
||||||
canvas {
|
canvas {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active-button {
|
||||||
|
background-color: #cad849;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 344px) {
|
@media (max-width: 344px) {
|
||||||
|
|
@ -103,6 +109,12 @@
|
||||||
canvas {
|
canvas {
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active-button {
|
||||||
|
background-color: #cad849;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user