8 lines
104 B
CSS
8 lines
104 B
CSS
.taf > .window-content button {
|
|
height: initial;
|
|
|
|
&:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|