serve analytics and copy based on deployment environment
This commit is contained in:
parent
932c39987f
commit
3c781f6e72
10 changed files with 86 additions and 34 deletions
|
|
@ -64,6 +64,7 @@ body {
|
|||
&:hover {
|
||||
background-color: lighten($royal-blue, 5%);
|
||||
}
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -77,6 +78,13 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.caption {
|
||||
color: $dark-gray;
|
||||
font-family: $text-font-family;
|
||||
font-size: 16px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.text-black {
|
||||
color: $black;
|
||||
}
|
||||
|
|
@ -94,6 +102,9 @@ body {
|
|||
.mb-2 {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.mt-2 {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
|
||||
// Arrows classes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue