22 lines
456 B
SCSS
22 lines
456 B
SCSS
.add {
|
|
margin: 10px 0 24px;
|
|
width: 100%;
|
|
height: 24px;
|
|
.toggle {
|
|
height: 2px;
|
|
background-color: #CFD1D4;
|
|
width: 100%;
|
|
position: relative;
|
|
margin-bottom: 24px;
|
|
.button {
|
|
top: -11px;
|
|
left: calc(50% - 12px);
|
|
position: absolute;
|
|
width: 24px;
|
|
height: 24px;
|
|
background: url("~projects/app-root/src/assets/images/icons/add_24dp.svg") no-repeat center #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|