Skip to content

Commit efb3e5a

Browse files
committed
Run make format
1 parent ffe68ff commit efb3e5a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • frontend/packages/volto-keywordmanager/src/theme

frontend/packages/volto-keywordmanager/src/theme/main.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@
136136
.react-aria-ModalOverlay .delete-modal,
137137
.react-aria-ModalOverlay .keyword-modal {
138138
display: flex;
139-
flex-direction: column;
140-
gap: 20px;
141139
width: 100%;
142140
max-width: 1070px;
143-
background-color: #fff;
144-
border-radius: 8px;
141+
flex-direction: column;
145142
border: 1px solid #1d1d1d;
143+
border-radius: 8px;
144+
background-color: #fff;
145+
gap: 20px;
146146

147147
* h2,
148148
* p {
@@ -175,10 +175,10 @@
175175
.react-aria-Button,
176176
.react-aria-Input {
177177
width: 100%;
178+
padding: 8px;
178179
border: 1px solid #1d1d1d;
179-
border-top: 3px solid #1d1d1d;
180180
border-radius: 0;
181-
padding: 8px;
181+
border-top: 3px solid #1d1d1d;
182182

183183
&:disabled {
184184
border: 1px solid rgba(29, 29, 29, 0.6);
@@ -191,16 +191,16 @@
191191

192192
.modal-header {
193193
display: flex;
194-
padding: 8px 20px;
195-
justify-content: space-between;
196194
align-items: center;
197-
background: #e6e6e6;
195+
justify-content: space-between;
196+
padding: 8px 20px;
198197
border-radius: 8px 8px 0 0;
199198
border-bottom: 1px solid #1d1d1d;
199+
background: #e6e6e6;
200200

201201
button {
202-
background: none;
203202
border: 0;
203+
background: none;
204204
}
205205
}
206206

0 commit comments

Comments
 (0)