chore: update popup button styles

This commit is contained in:
boojack
2022-06-22 19:52:06 +08:00
parent 4ce728300b
commit 3be5ea34a4
10 changed files with 24 additions and 29 deletions

View File

@ -27,22 +27,21 @@
@apply text-sm mt-4 first:mt-3 mb-1 font-mono text-gray-400;
}
>.section-items-container{
> .section-items-container {
@apply w-full h-auto flex flex-row sm:flex-col justify-start items-start;
> .section-item {
@apply text-base mr-2 sm:mr-0 mt-2 text-gray-700 cursor-pointer hover:opacity-80;
&.selected {
@apply font-bold hover:opacity-100;
}
}
}
}
> .section-content-container {
@apply w-full sm:w-auto p-4 px-6 grow flex flex-col justify-start items-start h-128 overflow-y-scroll;
@apply w-full sm:w-auto p-4 sm:px-6 grow flex flex-col justify-start items-start h-128 overflow-y-scroll;
> .section-container {
.flex(column, flex-start, flex-start);