mirror of https://github.com/hashicorp/consul
Adjustments to <a>, and general letter-spacing
parent
dbed54ee3b
commit
3e5b45bd28
|
@ -33,7 +33,7 @@ h3{
|
||||||
font-weight: $font-weight-sb;
|
font-weight: $font-weight-sb;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p, a, input, .alert {
|
||||||
font-family: $font-family-open-sans;
|
font-family: $font-family-open-sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -107,29 +107,26 @@ body.page-home{
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
letter-spacing: 1px;
|
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: $consul-gray;
|
color: $consul-gray;
|
||||||
font-weight: $font-weight-sb;
|
font-weight: $font-weight-sb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.outline-btn {
|
.outline-btn {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 1px;
|
||||||
color: $purple;
|
color: $purple;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -154,7 +151,6 @@ body.page-home{
|
||||||
|
|
||||||
p{
|
p{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
letter-spacing: 1px;
|
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: $consul-gray;
|
color: $consul-gray;
|
||||||
font-family: $font-family-open-sans;
|
font-family: $font-family-open-sans;
|
||||||
|
|
Loading…
Reference in New Issue