| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/VegeBasketDO/wp-content/plugins/code-snippets-pro/css/edit/ |
Upload File : |
@use '../common/theme';
$sidebar-width: 321px;
$sidebar-gap: 30px;
.snippet-form #titlediv #title,
.snippet-type-container {
border-color: #ccc;
block-size: 45px
}
.snippet-type-option {
display: flex;
align-items: center;
justify-content: space-between;
flex-flow: row;
gap: 2em;
.small-badge {
margin-inline-start: 0.5em;
}
.badge {
float: inline-end;
}
}
.conditions-editor-open {
.button.button-large {
block-size: 100%;
display: flex;
align-items: center;
gap: 8px;
overflow: hidden;
border-color: #ccc;
padding-block: 6px;
padding-inline: 12px;
}
&.no-condition .cond-badge {
background: transparent;
color: inherit;
border: 1px solid currentcolor;
}
&.no-condition:hover .cond-badge {
color: #fff;
background: theme.$accent;
border-color: theme.$accent;
}
}
.snippet-form {
margin-block-start: 10px;
display: grid;
gap: $sidebar-gap;
grid-template-columns: 1fr $sidebar-width;
grid-template-areas: 'upper sidebar' 'lower sidebar';
transition: all 700ms;
&.snippet-form-expanded {
grid-template-areas: 'upper upper' 'lower sidebar';
}
.snippet-form-upper {
grid-area: upper;
}
.snippet-form-lower {
grid-area: lower;
}
.snippet-editor-sidebar {
grid-area: span 3 / sidebar;
max-inline-size: $sidebar-width;
position: sticky;
inset-block-start: 32px;
align-self: start;
}
@media (width <= 1024px) {
grid-template-columns: 1fr;
}
h2, h3 {
margin-block: 25px 15px;
margin-inline: 0;
font-size: 1.16em;
label {
cursor: auto;
}
.button {
font-weight: normal;
}
}
}
.condition-snippets-table {
padding-block-start: 32px;
max-inline-size: 1440px;
box-sizing: border-box;
@media (width >= 1024px) {
padding-inline-end: $sidebar-width + $sidebar-gap;
}
.actions-column {
text-align: center;
}
.name-column {
white-space: nowrap;
}
th.sortable a,
th.sorted a {
display: flex;
flex-direction: row;
}
}
.above-editor-container {
display: flex;
flex-flow: row wrap;
gap: 1em;
> * {
flex: 1;
display: flex;
flex-flow: column;
min-inline-size: 180px;
}
}