When feature toggle is active then SDNC preload files is enable.
[vid.git] / vid-webpack-master / src / app / shared / components / genericForm / genericFormSharedComponent / uploadFiles / upload-files-link.component.scss
1 .upload-text {
2   margin-left: 30px;
3   font-family: OpenSans-Semibold;
4   font-size: 14px;
5   line-height: 23px;
6 }
7
8 a.disabled {
9   color: gray;
10   cursor: not-allowed;
11   text-decoration: underline;
12 }
13
14 .hide-span {
15   visibility: hidden;
16   position: absolute;
17   overflow: hidden;
18   width: 0px;
19   height: 0px;
20   border: none;
21   margin: 0;
22   padding: 0
23 }