File size: 430 Bytes
39aba6e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.test_button {
    color: yellow;
    background-color: rgb(9, 96, 158);
    border-color: rgb(89, 50, 195);
    border-width: 5px;
}

.test_button_text {
    color: red;
    display: inline-block;
    background-color: black;
    /* width: fit-content; */
    margin-left: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.test_button_text_empty {
    display: inline-block;
}