mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
improve(ui): ui button component
This commit is contained in:
@@ -90,6 +90,24 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ui__button {
|
||||
@apply inline-flex items-center px-3 py-2 border border-transparent
|
||||
text-sm leading-4 font-medium rounded-md text-white
|
||||
focus:outline-none transition ease-in-out duration-150 mt-1;
|
||||
|
||||
&.is-link {
|
||||
@apply text-white;
|
||||
}
|
||||
|
||||
&.is-logseq {
|
||||
@apply focus:border-gray-500 hover:text-blue-600
|
||||
dark:hover:text-gray-200;
|
||||
|
||||
color: var(--ls-primary-text-color);
|
||||
background: var(--ls-secondary-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
.ui__button_base {
|
||||
@apply inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4
|
||||
font-medium rounded-md text-white
|
||||
|
||||
Reference in New Issue
Block a user