|
@@ -1,11 +1,3 @@
|
|
|
-ul.gettingstarted-flex-container {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: space-around;
|
|
|
|
|
- flex-direction: row;
|
|
|
|
|
- padding: 20px;
|
|
|
|
|
- list-style-type: none;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.gettingstarted-flex-item {
|
|
.gettingstarted-flex-item {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -19,14 +11,14 @@ ul.gettingstarted-flex-container {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-a.gettingstarted-blurb{
|
|
|
|
|
|
|
+.gettingstarted-blurb {
|
|
|
@extend .gettingstarted-blurb-copy;
|
|
@extend .gettingstarted-blurb-copy;
|
|
|
color: $text-color;
|
|
color: $text-color;
|
|
|
display: block;
|
|
display: block;
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
-a.gettingstarted-blurb:hover{
|
|
|
|
|
- text-decoration: underline;
|
|
|
|
|
|
|
+ &:hover{
|
|
|
|
|
+ text-decoration: underline;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.gettingstarted-blurb-success {
|
|
.gettingstarted-blurb-success {
|
|
@@ -35,27 +27,11 @@ a.gettingstarted-blurb:hover{
|
|
|
text-decoration: line-through;
|
|
text-decoration: line-through;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-a.gettingstarted-blurb-upcoming {
|
|
|
|
|
|
|
+.gettingstarted-blurb-upcoming {
|
|
|
@extend .gettingstarted-blurb-copy;
|
|
@extend .gettingstarted-blurb-copy;
|
|
|
color: $text-color-weak;
|
|
color: $text-color-weak;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.gettingstarted-icon-container {
|
|
|
|
|
- height: 50px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.gettingstarted-icon-active {
|
|
|
|
|
- color: $brand-primary;
|
|
|
|
|
- -webkit-text-fill-color: transparent;
|
|
|
|
|
- background: $brand-gradient;
|
|
|
|
|
- -webkit-background-clip: text;
|
|
|
|
|
- text-decoration:none;
|
|
|
|
|
- font-size: 35px;
|
|
|
|
|
- vertical-align: sub;
|
|
|
|
|
- animation: iconPulse 500ms forwards 1s;
|
|
|
|
|
- will-change: zoom;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.gettingstarted-icon-upcoming {
|
|
.gettingstarted-icon-upcoming {
|
|
|
color: $text-color-weak;
|
|
color: $text-color-weak;
|
|
|
text-decoration:none;
|
|
text-decoration:none;
|
|
@@ -70,7 +46,6 @@ a.gettingstarted-blurb-upcoming {
|
|
|
vertical-align: sub;
|
|
vertical-align: sub;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
.dashlist-CTA-close-btn {
|
|
.dashlist-CTA-close-btn {
|
|
|
float: right;
|
|
float: right;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -86,25 +61,6 @@ a.gettingstarted-blurb-upcoming {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@keyframes iconPulse {
|
|
|
|
|
- from {
|
|
|
|
|
- zoom: 100%;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- 50% {
|
|
|
|
|
- zoom: 102%;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- to {
|
|
|
|
|
- zoom: 100%;
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-// ----- Progress Tracker -----
|
|
|
|
|
-
|
|
|
|
|
-// ----- Variables -----
|
|
|
|
|
-
|
|
|
|
|
// Colours
|
|
// Colours
|
|
|
$progress-color-dark: $panel-bg !default;
|
|
$progress-color-dark: $panel-bg !default;
|
|
|
$progress-color: $panel-bg !default;
|
|
$progress-color: $panel-bg !default;
|
|
@@ -240,17 +196,16 @@ $ripple-color: rgba(0, 0, 0, 0.3) !default;
|
|
|
|
|
|
|
|
// States
|
|
// States
|
|
|
.progress-step {
|
|
.progress-step {
|
|
|
-
|
|
|
|
|
// Inactive - Default state
|
|
// Inactive - Default state
|
|
|
@include progress-state($progress-color, null, #fff, $progress-color-grey-light, $progress-color-grey-dark);
|
|
@include progress-state($progress-color, null, #fff, $progress-color-grey-light, $progress-color-grey-dark);
|
|
|
|
|
|
|
|
// Active state
|
|
// Active state
|
|
|
- &.is-active {
|
|
|
|
|
|
|
+ &.active {
|
|
|
@include progress-state($progress-color);
|
|
@include progress-state($progress-color);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Complete state
|
|
// Complete state
|
|
|
- &.is-complete {
|
|
|
|
|
|
|
+ &.completed {
|
|
|
@include progress-state($progress-color-dark, $path-color: $progress-color-grey);
|
|
@include progress-state($progress-color-dark, $path-color: $progress-color-grey);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -258,11 +213,8 @@ $ripple-color: rgba(0, 0, 0, 0.3) !default;
|
|
|
&:hover {
|
|
&:hover {
|
|
|
@include progress-state($progress-color-light);
|
|
@include progress-state($progress-color-light);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
// ----- Modifiers -----
|
|
// ----- Modifiers -----
|
|
|
|
|
|
|
|
// Center align markers and text
|
|
// Center align markers and text
|