feat: update visibility selector style (#441)

This commit is contained in:
boojack
2022-11-11 19:25:21 +08:00
committed by GitHub
parent 9b827b4801
commit 67691d1e99
5 changed files with 74 additions and 60 deletions

View File

@ -50,20 +50,32 @@
border-color: @text-blue;
}
> .tip-container {
@apply mb-1 w-full flex flex-row justify-start items-center text-xs leading-6;
> .editor-header-container {
@apply w-full flex flex-row justify-between items-center;
> .tip-text {
@apply text-gray-400 mr-2;
> .visibility-selector {
@apply h-7;
> .current-value-container {
@apply rounded-full;
> .value-text {
@apply text-sm w-full;
}
}
}
> .cancel-btn {
@apply px-2 border rounded-full leading-5 text-blue-600 hover:border-blue-600;
}
}
> .editing-container {
@apply mb-1 flex flex-row justify-start items-center text-xs leading-6;
> .visibility-selector-container{
@apply w-full border-b py-2;
> .tip-text {
@apply text-gray-400 mr-2;
}
> .cancel-btn {
@apply px-2 border rounded-full leading-5 text-blue-600 hover:border-blue-600;
}
}
}
> .memo-editor {