|
@@ -178,12 +178,15 @@
|
|
|
width: 64px;
|
|
|
font-size: 16px;
|
|
|
margin-right: 10px;
|
|
|
- display: inline-block;
|
|
|
- font-weight:bolder;
|
|
|
- text-align: justify;
|
|
|
- text-justify:distribute-all-lines;
|
|
|
- text-align-last: justify;
|
|
|
- transform: translate(0,22%);
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ align-items: center;
|
|
|
+ // display: inline-block;
|
|
|
+ // font-weight:bolder;
|
|
|
+ // text-align: justify;
|
|
|
+ // text-justify:distribute-all-lines;
|
|
|
+ // text-align-last: justify;
|
|
|
+ // transform: translate(0,22%);
|
|
|
}
|
|
|
}
|
|
|
.operations{
|