lch
2024-08-23 d9c12a72cbff5ac73e72611e7fc7c06bc6ac177b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.mui-btn-inline {
    font-size: 20px;
    display: inline;
    width: 49%;
}
 
.text-color {
    color: #007aff;
}
 
label {
    text-align: right;
}
 
.float_left {
    width: 50%;
    float: left;
}
 
.float_right {
    width: 50%;
    float: right;
}