| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | margin-bottom: 8px; |
| 14 | 14 | color: #101828; |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | -.ai-builder-settings > p { | |
| 17 | +.ai-builder-settings>p { | |
| 18 | 18 | margin-top: 0; |
| 19 | 19 | margin-bottom: 28px; |
| 20 | 20 | color: #475467; |
| 21 | 21 | font-size: 15px; |
| @@ -111,8 +111,13 @@ | ||
| 111 | 111 | text-transform: none; |
| 112 | 112 | transition: transform 0.2s ease, box-shadow 0.2s ease; |
| 113 | 113 | } |
| 114 | 114 | |
| 115 | +.ai-builder-settings .submit { | |
| 116 | + margin-top: 32px; | |
| 117 | + text-align: center; | |
| 118 | +} | |
| 119 | + | |
| 115 | 120 | .ai-builder-settings .submit .button-primary:hover { |
| 116 | 121 | transform: translateY(-1px); |
| 117 | 122 | box-shadow: 0 12px 25px rgba(0, 124, 186, 0.25); |
| 118 | 123 | } |
| @@ -151,6 +156,5 @@ | ||
| 151 | 156 | .ai-builder-settings input[type="text"], |
| 152 | 157 | .ai-builder-settings textarea { |
| 153 | 158 | max-width: 100%; |
| 154 | 159 | } |
| 155 | -} | |
| 156 | - | |
| 160 | +} | |