mirror of https://github.com/halo-dev/halo-admin
parent
aee957b64d
commit
6dab80a6dd
|
@ -83,13 +83,14 @@ function handleClick() {
|
||||||
@apply flex;
|
@apply flex;
|
||||||
@apply select-none;
|
@apply select-none;
|
||||||
@apply relative;
|
@apply relative;
|
||||||
|
@apply p-2;
|
||||||
|
@apply font-normal;
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 6px 10px;
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.active {
|
&.active {
|
||||||
background: #f4f5f7;
|
@apply bg-gray-100;
|
||||||
@apply font-medium;
|
@apply font-medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue