ux(saas): renamed scss partial files to have underscore before

This commit is contained in:
Torkel Ödegaard
2016-02-15 17:07:46 +01:00
parent 83bf63641c
commit 43b91ea0d6
61 changed files with 159 additions and 73 deletions

View File

@@ -0,0 +1,43 @@
.grafana-options-table {
width: 100%;
th {
text-align: left;
padding: 5px 10px;
border-bottom: 4px solid $grafanaPanelBackground;
}
tr td {
background-color: $grafanaListBackground;
padding: 5px 10px;
white-space: nowrap;
border-bottom: 4px solid $grafanaPanelBackground;
&.nobg {
background-color: transparent;
}
}
.max-width-btns {
padding-right: 0px;
.btn {
box-sizing: border-box;
width: 100%;
}
}
}
.max-width {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
.grafana-list-item {
display: block;
padding: 1px 10px;
line-height: 34px;
background-color: $grafanaTargetBackground;
margin-bottom: 4px;
cursor: pointer;
}