You can not 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
308 B
20 lines
308 B
body {
|
|
margin: 0;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
header.page_toolbar {
|
|
font-family: Arial, sans-serif;
|
|
background-color: #ccc;
|
|
padding: 1rem;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
header.page_toolbar select {
|
|
font-size: 0.85rem;
|
|
padding: 0.25rem;
|
|
}
|
|
|