17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
.buttonGlobal {
|
|
padding: 0.5rem;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
padding: 0;
|
|
text-align: center;
|
|
//margin-right: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.btnSelLeft {
|
|
.buttonGlobal;
|
|
background-color: rgba(86,184,167,0.2);
|
|
color: #56b8a7;
|
|
}
|