mirror of https://github.com/shuang854/Turtle
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
394 B
CSS
22 lines
394 B
CSS
.frame-card {
|
|
background: var(--ion-color-light);
|
|
height: 100%;
|
|
width: 100%;
|
|
float: right;
|
|
margin: 0;
|
|
}
|
|
|
|
.frame-segment {
|
|
background: none;
|
|
}
|
|
|
|
ion-segment-button {
|
|
--indicator-transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
max-height: 40px;
|
|
}
|
|
|
|
ion-fab-button {
|
|
--background: var(--ion-color-secondary-shade);
|
|
--background-activated: var(--ion-color-secondary);
|
|
}
|