kubernetes/www/master/components/dashboard/less/dashboard.less
BC Broussard 90d22c48b4 Add v1beta3 api call to web ui
Update mocks to v1beta3
2015-05-21 13:51:59 -07:00

78 lines
1.2 KiB
Plaintext
Executable File

.dashboard {
.body-wrapper {
padding: 25px;
}
// analagous to float:right when used with row layout
[flex-align-self="end"] {
-webkit-align-self: flex-end;
-ms-flex-align-self: end;
align-self: flex-end;
}
.back {
font-size: 18px;
line-height: 27px;
margin-bottom: 30px;
}
.heading {
font-size: 18px;
line-height: 21px;
color: #222222;
margin-bottom: 25px;
.label {
color: #777777;
}
}
@import "dashboard/pods";
@import "dashboard/tables";
@import "dashboard/servers";
@import "dashboard/groups";
.detail {
color: #222222;
.back {
font-size: 18px;
line-height: 27px;
margin-bottom: 30px;
}
.heading {
font-size: 18px;
line-height: 21px;
color: #222222;
margin-bottom: 25px;
.label {
color: #777777;
}
}
td.name {
font-size: 14px;
color: #222222;
line-height: 24px;
}
td.value {
margin-left: 50px;
font-size: 14px;
color: #888888;
line-height: 24px;
}
.containerTable {
td {
padding-right: 20px;
}
}
}
.align-top tbody {
vertical-align: top;
}
}