You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
339 B
Plaintext

1 month ago
.container {
padding: 20px;
// background: #f5f5f5;
1 month ago
min-height: 100%;
.header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
.title {
font-size: 18px;
font-weight: 600;
color: #333;
}
}
}