|
@@ -1,6 +1,6 @@
|
|
.exerciseStatistics {
|
|
.exerciseStatistics {
|
|
position: fixed;
|
|
position: fixed;
|
|
- left: 12px;
|
|
|
|
|
|
+ left: 17px;
|
|
bottom: 28px;
|
|
bottom: 28px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
z-index: 110;
|
|
z-index: 110;
|
|
@@ -21,8 +21,8 @@
|
|
.icon {
|
|
.icon {
|
|
position: relative;
|
|
position: relative;
|
|
display: block;
|
|
display: block;
|
|
- width: 32px;
|
|
|
|
- height: 32px;
|
|
|
|
|
|
+ width: 37px;
|
|
|
|
+ height: 37px;
|
|
transition: all var(--animation-time);
|
|
transition: all var(--animation-time);
|
|
// box-shadow: 0px 2px 4px 0px rgba(2,91,86,0.63);
|
|
// box-shadow: 0px 2px 4px 0px rgba(2,91,86,0.63);
|
|
filter: drop-shadow(0px 2px 4px rgba(2, 91, 86, 0.4));
|
|
filter: drop-shadow(0px 2px 4px rgba(2, 91, 86, 0.4));
|
|
@@ -31,14 +31,14 @@
|
|
.btnTietle {
|
|
.btnTietle {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: -20%;
|
|
left: -20%;
|
|
- bottom: -25%;
|
|
|
|
|
|
+ bottom: -22%;
|
|
background: linear-gradient(180deg, #FF9941 0%, #FFC174 100%);
|
|
background: linear-gradient(180deg, #FF9941 0%, #FFC174 100%);
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
box-shadow: 0px 2px 4px 0px rgba(2, 91, 86, 0.4);
|
|
box-shadow: 0px 2px 4px 0px rgba(2, 91, 86, 0.4);
|
|
- font-size: 9px;
|
|
|
|
|
|
+ font-size: 11px;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
padding: 0 4px;
|
|
padding: 0 4px;
|
|
- line-height: 12px;
|
|
|
|
|
|
+ line-height: 16px;
|
|
transition: all var(--animation-time);
|
|
transition: all var(--animation-time);
|
|
transform-origin: center center;
|
|
transform-origin: center center;
|
|
}
|
|
}
|
|
@@ -53,8 +53,8 @@
|
|
padding: 3px;
|
|
padding: 3px;
|
|
background: rgba(0, 73, 68, .4);
|
|
background: rgba(0, 73, 68, .4);
|
|
.icon {
|
|
.icon {
|
|
- width: 22px;
|
|
|
|
- height: 22px;
|
|
|
|
|
|
+ width: 26px;
|
|
|
|
+ height: 26px;
|
|
filter:none;
|
|
filter:none;
|
|
}
|
|
}
|
|
.btnTietle{
|
|
.btnTietle{
|