mirror of
https://github.com/quartz-community/note-properties.git
synced 2026-07-22 02:50:26 +00:00
8 lines
192 B
SCSS
8 lines
192 B
SCSS
.example-component {
|
|
padding: 8px 16px;
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
color: white;
|
|
border-radius: 4px;
|
|
font-weight: 600;
|
|
display: inline-block;
|
|
}
|