generator-fe-kit
Version:
Pixelant Front-End Starter Kit
82 lines (67 loc) • 1.43 kB
text/less
.inverse a {
color: tint(@main-color, 90%);
text-decoration: underline;
&:active,
&.active {
&:focus,
&.focus {
color: tint(@main-text-color, 100%);
border-color: tint(@main-color, 70%);
}
}
&:hover,
&:focus,
&.focus {
color: tint(@main-text-color, 100%);
border-color: tint(@main-color, 70%);
}
}
.inverse p {
color: tint(@main-text-color, 90%);
}
.inverse {
h1,h2,h3,h4,h5 {
color: tint(@main-text-color, 100%);
-webkit-font-smoothing: antialiased;
}
}
.inverse .icons{
// color: tint(@main-color, 90%);
}
.inverse .btn{
color: @main-text-color;
text-decoration: none;
&:active,
&.active {
&:focus,
&.focus {
color: @main-text-color;
}
}
&:hover,
&:focus,
&.focus {
color: @main-text-color;
}
}
.inverse .icon-text-btn__sham-link{
color: tint(@main-color, 90%);
text-decoration: underline;
}
.inverse .icon-text-btn__sham-link.btn{
color: @main-text-color;
}
.inverse .img-text-link__sham-link{
color: tint(@main-color, 90%);
text-decoration: underline;
}
.inverse .img-text-link__sham-link.btn{
color: @main-text-color;
}
.inverse .big-icon-text-btn__sham-link{
color: tint(@main-color, 90%);
text-decoration: underline;
}
.inverse .big-icon-text-btn__sham-link.btn{
color: @main-text-color;
}