File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
projects/create/components Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33body {
44 min-width : 320px ;
5- background-color : $tc-gray-neutral-dark ;
5+ background-color : $tc-gray-neutral-light ;
66}
77
88.ReactModal__Body--open {
Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ $tc-body-large : 20px;
4747 display : flex ;
4848 align-items : center ;
4949 // justify-content: center;
50- padding : 5 px 2 * $base-unit 5 px 34px ;
50+ padding : 0 2 * $base-unit 0 34px ;
5151 text-align : left ;
5252 color : $tc-gray-40 ;
5353 background-color : transparent ;
5454 border-radius : 2px ;
55+ border : 0 ;
5556 font-size : 12px ;
5657 position : relative ;
5758 & :before {
@@ -173,6 +174,9 @@ $tc-body-large : 20px;
173174 top : 12px ;
174175 z-index : 22 ;/* +1 from z-index of the modal overlay */
175176 }
177+ .FillProjectDetails .header {
178+ margin : 35px 0 0 ;
179+ }
176180}
177181
178182.project-creation-dialog {
Original file line number Diff line number Diff line change 2828 .header {
2929 display : flex ;
3030 justify-content : space-between ;
31+ margin-bottom : 30px ;
3132
3233 h1 {
3334 @include tc-heading ;
Original file line number Diff line number Diff line change 55 background : transparent ;
66 box-shadow : none ;
77 width : 100% ;
8+ margin-top : -30px ;
89
910 .ProjectTypeCard {
1011 background : $tc-white ;
You can’t perform that action at this time.
0 commit comments