1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

style for secondary button

This commit is contained in:
lana-k
2020-10-12 22:48:34 +02:00
parent dbc2e3d0f3
commit 6a178a6436

View File

@@ -34,6 +34,20 @@ button.primary:disabled {
cursor: default;
}
button.secondary {
background: white;
border: 1px solid var(--color-border);
box-sizing: border-box;
border-radius: var(--border-radius-big);
height: 36px;
padding: 0 12px;
min-width: 83px;
color: var(--color-text-base);
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
button.toolbar {
background: transparent;
border: none;