mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-17 15:54:08 +00:00
(add order template mockup)
This commit is contained in:
73
resources/assets/less/typography/links.less
Normal file
73
resources/assets/less/typography/links.less
Normal file
@@ -0,0 +1,73 @@
|
||||
a, .link {
|
||||
font-weight: @font-weight-normal;
|
||||
color: @text-dark;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: darken(@text-dark, 15%);
|
||||
text-decoration: underline;
|
||||
}
|
||||
&:focus {
|
||||
.tab-focus;
|
||||
}
|
||||
}
|
||||
|
||||
.link-brand {
|
||||
color: @text-brand;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: darken(@text-brand, 15%);
|
||||
}
|
||||
}
|
||||
|
||||
.link-brand-soft {
|
||||
color: @text-brand-soft;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: darken(@text-brand-soft, 15%);
|
||||
}
|
||||
}
|
||||
|
||||
.link-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.link-plain {
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.link-soft {
|
||||
color: @text-dark-soft;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: @text-dark;
|
||||
}
|
||||
}
|
||||
|
||||
.link-muted {
|
||||
color: @text-dark-muted;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: @text-dark;
|
||||
}
|
||||
}
|
||||
|
||||
.link-light {
|
||||
color: @text-light;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: @text-light;
|
||||
}
|
||||
}
|
||||
|
||||
.link-light-muted {
|
||||
color: @text-light-muted;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: @text-light-soft;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user