studio - revises plus icon treatment throughout new-button actions
This commit is contained in:
committed by
David Baumgold
parent
a861e01536
commit
414c9d38b6
@@ -313,11 +313,6 @@ p, ul, ol, dl {
|
||||
.view-button {
|
||||
|
||||
}
|
||||
|
||||
.upload-button .icon-plus {
|
||||
@extend .t-action2;
|
||||
line-height: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -751,9 +746,6 @@ hr.divide {
|
||||
}
|
||||
|
||||
.icon-plus {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: ($baseline/4);
|
||||
margin-top: -2px;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
@@ -133,7 +133,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
// ====================
|
||||
|
||||
// button elements
|
||||
.button {
|
||||
|
||||
[class^="icon-"] {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: ($baseline/4);
|
||||
}
|
||||
}
|
||||
|
||||
// ====================
|
||||
|
||||
|
||||
@@ -22,6 +22,10 @@ body.course.textbooks {
|
||||
.button {
|
||||
margin-left: $baseline;
|
||||
@include font-size(14);
|
||||
|
||||
[class^="icon-"] {
|
||||
margin-right: ($baseline/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user