-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e4ebc6
commit d8f7799
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
/* Playground sidebar */ | ||
.left-sidebar { | ||
@apply max-md:fixed max-md:z-[11] max-md:w-full md:w-[259px] max-md:p-5 max-md:top-0 max-md:bottom-0 max-md:overflow-hidden flex flex-col md:relative md:pt-7 bg-grey-800 pt-[22px] pb-[10px] px-2; | ||
@apply max-md:fixed max-md:z-[11] max-md:w-full md:w-[259px] max-md:p-5 max-md:top-0 max-md:bottom-0 max-md:overflow-hidden flex flex-col md:relative md:pt-7 bg-grey-800 pt-[22px] pb-[10px] px-2; | ||
} | ||
|
||
.left-sidebar li.active { | ||
@apply max-md:bg-grey-900; | ||
@apply max-md:bg-grey-900; | ||
} | ||
|
||
.left-sidebar__logo { | ||
@apply max-md:max-w-[100px] max-md:ml-3; | ||
@apply max-md:max-w-[100px] max-md:ml-3; | ||
} | ||
|
||
.left-sidebar__search { | ||
@apply max-md:h-[38px]; | ||
@apply max-md:h-[38px]; | ||
} | ||
|
||
.left-sidebar li { | ||
@apply max-md:px-2; | ||
@apply max-md:px-2; | ||
} | ||
|
||
.left-sidebar li a { | ||
@apply max-md:text-[12px]; | ||
@apply max-md:text-[12px]; | ||
} | ||
|
||
.left-sidebar li a span { | ||
@apply whitespace-nowrap w-[180px] text-ellipsis overflow-hidden; | ||
} | ||
@apply whitespace-nowrap w-[180px] text-ellipsis overflow-hidden; | ||
} |