cdk
2025-06-16 d27cd18610ef82671bc57151e86158d16877b5a3
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;
}