Skip to content

Commit

Permalink
CSS: Remove text-small mixin
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 3, 2015
1 parent 6fbe65e commit 6415bdb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 4 additions & 2 deletions public/css/icinga/forms.less
Expand Up @@ -89,7 +89,8 @@ button:hover .icon-cancel {
}

label {
.text-small();
color: @text-color-light;
font-size: @font-size-small;
}

.control-label-group {
Expand Down Expand Up @@ -139,7 +140,8 @@ form .errors, form .errors ul {
}

.form-info {
.text-small();
color: @text-color-light;
font-size: @font-size-small;
}

.form-notifications {
Expand Down
11 changes: 4 additions & 7 deletions public/css/icinga/main.less
Expand Up @@ -41,11 +41,6 @@
text-align: right;
}

.text-small {
color: @text-color-light;
font-size: @font-size-small;
}

.user-avatar {
height: 16px;
width: 16px;
Expand Down Expand Up @@ -133,7 +128,8 @@ dl.name-value-list {
}

dt {
.text-small();
color: @text-color-light;
font-size: @font-size-small;
}
}

Expand Down Expand Up @@ -181,7 +177,8 @@ table.listing-table {

th {
.text-left();
.text-small();
color: @text-color-light;
font-size: @font-size-small;
// Reset default font-weight
font-weight: normal;
width: 10em;
Expand Down

0 comments on commit 6415bdb

Please sign in to comment.