summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
Diffstat (limited to 'client/colors.less')
-rw-r--r--client/colors.less21
1 files changed, 16 insertions, 5 deletions
diff --git a/client/colors.less b/client/colors.less
index 4cc07cf..b78dba8 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -124,11 +124,22 @@ body {
}
}
div.photos-wrapper {
- h4 {
- color: #2636F9;
- font-size: 1em;
- text-align: center;
- margin-bottom: 0px;
+ ol.steps {
+ display: flex;
+ justify-content: center;
+ list-style: none;
+ padding-left: 0px;
+ margin-top: 25px;
+ margin-bottom: 45px;
+ li.step {
+ flex: 0 0 auto;
+ display: inline;
+ padding-right: 40px;
+ color: #999;
+ &.active {
+ color: #333;
+ }
+ }
}
h2 {
margin-top: 0px;