zed/styles/theme-tool/app/page.module.css

21 lines
387 B
CSS
Raw Normal View History

2023-02-09 05:09:44 +00:00
.main {
2023-02-11 03:06:03 +00:00
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 6rem;
min-height: 100vh;
}
.chip {
display: flex;
align-items: center;
justify-content: center;
border-radius: 1px;
color: #000;
font-size: 12px;
font-family: monospace;
text-transform: uppercase;
font-weight: 500;
2023-02-09 05:09:44 +00:00
}