File: /home/beestg/domains/beestgenot.nl/public_html/wp-content/plugins/code-snippets/css/edit/_gpt.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;
}
.notice {
margin-left: 0;
margin-right: 0;
}
}
.generate-button {
float: right;
display: flex;
align-items: center;
.dashicons-warning {
color: #b32d2e;
margin-right: 11px;
}
}
.code-line-explanation {
display: flex;
align-items: center;
font-size: 13px;
margin: 0;
padding: 0 8px;
background-color: #fff;
border: 1px solid #bbb;
border-left: 0;
border-right: 0;
color: #666;
font-style: italic;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
img {
height: 1rem;
padding-right: 5px;
}
}
.cloud-connect-modal {
.icons-group {
display: flex;
align-items: center;
justify-content: center;
.dashicons {
width: 50px;
height: 50px;
font-size: 50px;
}
}
.action-buttons {
display: flex;
justify-content: flex-end;
}
}