Additional changes for #37
- Updating side bar - Updating nav bar - Adding node details page - Adding controller page - Updating routes
This commit is contained in:
@@ -139,4 +139,38 @@ a {
|
||||
/* Global Section */
|
||||
.sidebar-container {
|
||||
min-height: 94.2vh;
|
||||
}
|
||||
}
|
||||
|
||||
/* User table section */
|
||||
|
||||
.label {
|
||||
border-radius: 3px;
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.user-list tbody td .user-subhead {
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.table thead tr th {
|
||||
text-transform: uppercase;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
.table thead tr th {
|
||||
border-bottom: 2px solid #e7ebee;
|
||||
}
|
||||
|
||||
.table tbody tr td:first-child {
|
||||
font-size: 1.125em;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.table tbody tr td {
|
||||
font-size: 0.875em;
|
||||
vertical-align: middle;
|
||||
border-top: 1px solid #e7ebee;
|
||||
padding: 12px 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user