Getting the popover Application working on the most superficial level, and creating a generic popover mixin
This commit is contained in:
parent
af5cf4acd5
commit
8e8202f8a6
7 changed files with 244 additions and 12 deletions
|
|
@ -116,6 +116,16 @@
|
|||
--input-background: var(--base-background);
|
||||
--input-text: var(--base-text);
|
||||
|
||||
&.with-icon {
|
||||
grid-template-columns: min-content minmax(0, 1.5fr) minmax(0, 1fr);
|
||||
gap: 4px;
|
||||
padding: 2px 0 2px 4px;
|
||||
.label {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.input {
|
||||
margin: 2px;
|
||||
border-radius: 999px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue