mirror of
https://github.com/evroon/bracket.git
synced 2026-08-01 02:36:45 -04:00
18 lines
205 B
CSS
18 lines
205 B
CSS
.th {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.control {
|
|
width: 100%;
|
|
|
|
&:hover {
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
width: 21;
|
|
height: 21;
|
|
border-radius: 21;
|
|
}
|