#85773 styles updated
This commit is contained in:
parent
7677712f1f
commit
d2824b2baa
|
@ -48,6 +48,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
&.is-tiny {
|
&.is-tiny {
|
||||||
|
background-color: $header;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -65,7 +66,8 @@ THE SOFTWARE.
|
||||||
margin: 0 .25rem .5rem;
|
margin: 0 .25rem .5rem;
|
||||||
|
|
||||||
&.is-primary {
|
&.is-primary {
|
||||||
background-color: $header;
|
background-color: lightgray;
|
||||||
|
color: $dark-blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -92,15 +94,15 @@ THE SOFTWARE.
|
||||||
.button {
|
.button {
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
|
|
||||||
&.is-mini {
|
|
||||||
background-color: $header;
|
|
||||||
color: $callout;
|
|
||||||
}
|
|
||||||
|
|
||||||
i + span,
|
i + span,
|
||||||
span + i {
|
span + i {
|
||||||
margin: 0 0 0 .5rem;
|
margin: 0 0 0 .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
background-color: $header;
|
||||||
|
color: $callout;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue