File tree Expand file tree Collapse file tree 4 files changed +48
-22
lines changed
components/SpecQuestionList Expand file tree Collapse file tree 4 files changed +48
-22
lines changed Original file line number Diff line number Diff line change 22
33.add-file {
44 position : relative ;
5-
5+ margin-top : 10px ;
6+
67 .tc-btn {
78 position : absolute ;
89 bottom : $base-unit * 4 ;
Original file line number Diff line number Diff line change 55 border : none ;
66 box-shadow : none ;
77
8+ & .panel {
9+ padding : 0 ;
10+ }
11+
812 > h4 {
913 @include roboto-medium ;
1014 font-size : 15px ;
Original file line number Diff line number Diff line change 44}
55
66.spec-question-list-item {
7- display : flex ;
8- padding : 35px 0 15px ;
9- width : 100% ;
7+ padding : 0 ;
8+ margin-bottom : 30px ;
109
1110 .icon-col {
1211 padding-top : 3px ;
1817 width : 100% ;
1918
2019 > h5 {
21- @include roboto-medium ;
20+ @include roboto ;
2221 font-size : 15px ;
2322 line-height : 25px ;
24- color : $tc-gray-80 ;
25- margin-bottom : 15 px ;
23+ color : $tc-gray-70 ;
24+ margin-bottom : 0 ;
2625
2726 span {
2827 color : $tc-orange ;
4342 font-size : 15px ;
4443 }
4544 }
45+
4646 .description {
4747 margin-bottom : $base-unit * 4 ;
4848 }
49+
4950 .child-component {
50- margin-top : 10px ;
51-
5251 .colorSelector {
5352 margin-bottom : $base-unit * 4 ;
5453 }
55- .checkbox-group-item.checkbox-item-checked {
54+
55+ .checkbox-group-item.checkbox-item-checked {
5656 background : $tc-dark-blue-10 ;
5757 border-radius : 4px ;
5858 }
59-
59+
6060 .dropdown-wrap.default {
6161 background : $tc-gray-neutral-light ;
6262 border-color : $tc-gray-20 ;
6363 position : relative ;
6464 width : 150px ;
6565 left : 170px ;
6666 margin-top : -45px ;
67+
6768 & :after {
6869 border-bottom-color : $tc-gray-70 ;
6970 border-right-color : $tc-gray-70 ;
7071 }
7172 }
73+
7274 textarea {
7375 min-height : 45px ;
7476 max-width : 100% ;
7779 margin-bottom : 0 ;
7880 line-height : 25px ;
7981 }
82+
83+ .radio-group-input ,
8084 .checkbox-group-item {
8185 width : 100% ;
82- padding : 12 px 10 px ;
86+ padding : 15 px 0 ;
8387 margin-bottom : 20px ;
8488 margin-right : 0 ;
89+ }
90+
91+ .checkbox-group-item {
8592 border-radius : 4px ;
8693 background : $tc-gray-neutral-light ;
94+ padding-left : 10px ;
95+
8796 label {
8897 font-weight : 400 ;
8998 color : $tc-black ;
95104 width : auto ;
96105 background : none ;
97106 padding : 0 ;
98- margin-right : 30px ;
107+ margin : 15 px 30px 15 px 0 ;
99108 }
100109 }
101110 }
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ $sideBarWidth: 280px;
150150 }
151151
152152 .sub-title {
153- margin : 50 px 0 20 px ;
153+ margin : 30 px 0 10 px ;
154154
155155 .title {
156156 font-size : 15px ;
@@ -340,6 +340,8 @@ $sideBarWidth: 280px;
340340
341341 /* .section-features-module */
342342 .section-features-module {
343+ margin-top : 20px ;
344+
343345 & .open {
344346 .content-boxes {
345347 display : block ;
@@ -351,6 +353,10 @@ $sideBarWidth: 280px;
351353 }
352354 }
353355
356+ .row {
357+ margin-bottom : 5px ;
358+ }
359+
354360 .bg-contents {
355361 @include roboto-medium ;
356362 font-size : 15px ;
@@ -380,8 +386,7 @@ $sideBarWidth: 280px;
380386 max-width : 100% ;
381387 text-align : left ;
382388 text-indent : 0 ;
383- margin-bottom : 20px ;
384- resize : vertical ;
389+ resize : none ;
385390 overflow : auto ;
386391 }
387392 }
@@ -833,29 +838,38 @@ $sideBarWidth: 280px;
833838.project-name-section {
834839 display : flex ;
835840 align-items : flex-start ;
841+ margin-bottom : 20px ;
836842
837843 .dashed-bottom-border ,
838844 .editable-project-name {
839845 flex : 1 ;
846+ height : 40px ;
847+ border-bottom : 1px dashed $tc-gray-20 ;
840848
841849 .project-name {
842850 word-break : break-all ;
851+ font-size : 20px ;
852+ margin-top : 10px ;
843853 }
844854 }
845855
846856 .read-only-refcode {
847- height : 100 % ;
857+ height : 40 px ;
848858 align-self : flex-end ;
849- border-bottom : 1px solid $tc-gray-40 ;
850- padding : 0 px 2 * $base-unit ;
859+ border-bottom : 1px solid $tc-gray-20 ;
860+ padding : 10 px ;
851861 position : relative ;
862+ margin-left : 20px ;
852863
853864 .refcode-desc {
854865 @include roboto ;
855866 font-size : 13px ;
856- color : #5d5d66 ;
867+ color : $tc-gray-30 ;
857868 position : absolute ;
858869 bottom : -20px ;
870+ left : 0 ;
871+ width : 100% ;
872+ text-align : center ;
859873 font-style : italic ;
860874 white-space : nowrap ;
861875 }
@@ -878,8 +892,6 @@ $sideBarWidth: 280px;
878892 }
879893
880894 .project-refcode {
881- width : 100% ;
882- height : 100% ;
883895 }
884896 }
885897}
You can’t perform that action at this time.
0 commit comments