12 lines
176 B
CSS
12 lines
176 B
CSS
.themeBtn {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 5px;
|
|
}
|
|
|
|
.themeIcon {
|
|
height: 20px;
|
|
width: 20px;
|
|
} |