mirror of http://localhost:9400/cloud/cms
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.
17 lines
477 B
CSS
17 lines
477 B
CSS
.content {
|
|
min-height:85vh;
|
|
line-height: 1.5;
|
|
font-weight:lighter;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.main .header {
|
|
display:grid;
|
|
grid-template-columns: 64px auto; gap:4px;
|
|
}
|
|
.main .header .title {font-weight:bold; font-size:24px; text-transform: capitalize;}
|
|
.main .header .subtitle {font-size:14px; text-transform: capitalize;}
|
|
.main .header img {height:64px; width:64px}
|
|
.main .menu {display:none}
|
|
|
|
.pane {width:50%; height:100px; background-color: pink;} |