File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 11.modal__add-dialog {
22 position : relative;
33 top : 220px ;
4+ left : 25px ;
45}
56
67.modal__add-content-wrap {
2324}
2425
2526.modal__add-header {
26- margin-bottom : 32 px ;
27+ margin-bottom : 23 px ;
2728}
2829
2930.modal__add-header-title {
4546}
4647
4748.modal__add-body {
48- margin-bottom : 95 px ;
49+ margin-bottom : 40 px ;
4950}
5051
5152.modal__add-body-form {
5253 display : flex;
5354 flex-direction : column;
54- row-gap : 30 px ;
55+ row-gap : 28 px ;
5556}
5657
5758.modal__add-body-form .modal__add-body-input [type = "text" ] {
115116.modal__add-footer {
116117 display : flex;
117118 flex-direction : column;
119+ min-height : 110px ;
118120}
119121
120122.modal__add-footer-add-btn-wrap {
121123 position : absolute;
122- bottom : 132 px ;
124+ bottom : 113 px ;
123125 display : flex;
124126 justify-content : center;
125127 margin : 0 ;
171173 color : var (--light-purple );
172174}
173175
176+ .modal__add-footer-add-btn : active .stroke-add-modal-icon {
177+ opacity : 0 ;
178+ }
179+
180+ .modal__add-footer-add-btn : active .fill-add-modal-icon {
181+ opacity : 1 ;
182+ }
183+
174184.modal__add-footer-btn-icon {
175185 position : absolute;
176186 left : 20px ;
192202
193203.modal__add-footer-save-btn {
194204 margin-bottom : 5px ;
195- padding : 17 px 35px ;
205+ padding : 10 px 35px ;
196206 min-width : 150px ;
197207 color : var (--white );
198208 background-color : var (--main-purple );
You can’t perform that action at this time.
0 commit comments