Refactor CSS.

This commit is contained in:
inference 2022-11-09 03:52:41 +00:00
parent 6a0de392af
commit fb84fcfd19

View File

@ -1,54 +1,3 @@
.sidebar {
height: 100%;
width: 250px;
position: fixed;
left: 0;
top: 0;
padding-top: 55px;
background-color: #909090;
text-align: center;
}
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
display: block;
}
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.table-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.logo-small {
transform: translate(0px, 13px);
}
body {
padding-top: 40px;
margin-left: 400px;
margin-right: 150px;
font-family: Roboto, sans-serif;
font-size: 20px;
background-color: #262626;
}
h1 {
font-family: Roboto, sans-serif;
font-size: 26px;
@ -80,6 +29,28 @@ h5 {
color: #ffffff;
}
h6 {
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
}
body {
padding-top: 40px;
margin-left: 400px;
margin-right: 150px;
font-family: Roboto, sans-serif;
font-size: 20px;
background-color: #262626;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
p {
font-family: Roboto, sans-serif;
font-size: 18px;
@ -121,3 +92,38 @@ table, th, td {
color: #ffffff;
text-align: center;
}
.table-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.sidebar {
height: 100%;
width: 250px;
position: fixed;
left: 0;
top: 0;
padding-top: 55px;
background-color: #909090;
text-align: center;
}
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
display: block;
}
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
}
.logo-small {
transform: translate(0px, 13px);
}