No borders around circles.
This commit is contained in:
parent
c03b6c81e7
commit
6cb2e544ef
|
@ -4659,7 +4659,6 @@ #welcome .steps > .steps__item {
|
|||
float: left;
|
||||
margin-right: 1em;
|
||||
background: #eeeeee;
|
||||
border: 1px solid #d5d5d5;
|
||||
border-radius: 50%;
|
||||
font: bold 2em monospace;
|
||||
text-align: center;
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
float: left;
|
||||
margin-right: 1em;
|
||||
background: $gray-lighter;
|
||||
border: 1px solid darken($gray-lighter, 10%);
|
||||
border-radius: 50%;
|
||||
font: bold 2em monospace;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue