mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 23:29:51 +08:00
12 lines
167 B
CSS
12 lines
167 B
CSS
.banButton {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8);
|
|
margin: 0;
|
|
|
|
i {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
font-size: 14px;
|
|
}
|
|
}
|