Moving gdpr to talk-plugin-profile-data

This commit is contained in:
okbel
2018-05-02 14:01:03 -03:00
parent 26438d0b90
commit c57acddfc0
34 changed files with 5 additions and 1057 deletions
@@ -0,0 +1,32 @@
.step {
color: #BBBEBF;
background-color: white;
padding: 6px;
z-index: 10;
&.current {
color: rgba(0, 205, 115, 0.3);
}
&.completed {
color: #00CD73;
}
}
.line {
position: absolute;
border: solid 2px #BBBEBF;
width: 100%;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container {
display: flex;
position: relative;
justify-content: space-between;
align-items: center;
height: 50px;
margin: 0 20px;
}