Skip to content
Snippets Groups Projects
Commit 9508128d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

better indicators

parent 2dc1523f
Branches
Tags
No related merge requests found
:root {
--indicator-size: 3.000em; /* ~ 42 px */
--indicator-border-radius: 99px;
}
.WelcomeMessage {
margin-top: 4em;
margin-bottom: 4em;
......@@ -32,23 +36,16 @@
}
.SetupStep-indicator {
left: -1em;
width: 2em;
height: 2em;
border-radius: 99px;
left: calc((var(--indicator-size) / 2) * -1);
width: var(--indicator-size);
height: var(--indicator-size);
border-radius: var(--indicator-border-radius);
/* need to set font size to */
font-size: 1em;
line-height: 1;
background-color: #fff;
}
.SetupStep-title {
}
.SetupStep-number {
}
.SetupStep-check {
color: #fff;
display: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment