[Frontend] Markup and CSS for link icon indicators
WTD-1423 Added small icon to upper right; IN PROGRESS;
This commit is contained in:
@@ -42,7 +42,7 @@ $colorKeySelectedBg: #005177;
|
||||
$colorKeyFg: #fff;
|
||||
$colorAlt1: #ffc700;
|
||||
$colorAlert: #ff3c00;
|
||||
$colorIconLink: #5bf5ef;
|
||||
$colorIconLink: #49dedb;
|
||||
$colorPausedBg: #c56f01;
|
||||
$colorPausedFg: #fff;
|
||||
$colorCreateBtn: $colorKey;
|
||||
|
||||
@@ -83,8 +83,4 @@
|
||||
|
||||
.super-menu.menu.dropdown .icon {
|
||||
//font-size: $menuLineH * 0.95 // Normalizing for new icomoon symbols font
|
||||
}
|
||||
|
||||
.l-link-icon {
|
||||
}
|
||||
|
||||
}
|
||||
@@ -66,7 +66,10 @@
|
||||
.left, .right {
|
||||
width: auto;
|
||||
.icon {
|
||||
margin-left: $interiorMargin;
|
||||
margin-left: $interiorMarginSm;
|
||||
&.l-link-icon {
|
||||
color: $colorIconLink;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -95,14 +98,13 @@
|
||||
top: $iconMargin - 10;
|
||||
//line-height: $lh;
|
||||
.l-link-icon {
|
||||
//@include test(blue);
|
||||
//@include trans-prop-nice("color", $transTime);
|
||||
color: darken($colorIconLink, 35%);
|
||||
// When the link icon is in the item-type icon holder
|
||||
color: darken($colorIconLink, 25%);
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
position: absolute;
|
||||
font-size: 32px;
|
||||
right: -10px;
|
||||
right: -13px;
|
||||
bottom: -10px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user