27 lines
347 B
SCSS
27 lines
347 B
SCSS
.cloud-create-modal {
|
|
|
|
.components-modal__content {
|
|
min-width: 550px;
|
|
}
|
|
|
|
.action-buttons {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.components-button.is-secondary {
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.generate-button {
|
|
float: right;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.dashicons-warning {
|
|
color: #b32d2e;
|
|
margin-right: 11px;
|
|
}
|
|
}
|