You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

145 lines
3.0 KiB

.for-web-logo {
width: 10.9125rem !important;
display: block !important;
}
.for-seller-logo {
width: 3rem !important;
height: 2rem !important;
display: block !important;
}
.code-example {
position: relative;
}
.code-example .btn-clipboard {
outline: none;
background: transparent;
border: 0;
font-size: 12px;
color: rgba(0, 0, 0, 0.6);
cursor: pointer;
}
.code-example .btn-clipboard:hover {
color: rgba(0, 0, 0, 0.9);
}
.color-palette .color-entry {
position: relative;
display: block;
height: 170px;
color: #fff;
border-radius: 0.25rem;
}
.color-palette a > .color-entry {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1);
transition: all 200ms ease-in;
transform: scale(1);
}
.color-palette a:hover > .color-entry {
box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
z-index: 2;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-moz-transform: scale(1.3);
transform: scale(1.3);
}
.color-palette a.active > .color-entry,
.color-palette a.active:hover > .color-entry {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.color-palette .color-entry .color-code {
position: absolute;
bottom: 12px;
inset-inline-end: 12px;
}
.color-code-preview {
border: 1px solid 0.25rem;
padding: 6px;
}
.color-code-preview .color-preview {
height: 150px;
position: relative;
}
.color-code-preview .color-code-rgb {
display: block;
padding: 0 0 5px;
text-align: center;
font-weight: 500;
font-size: 13px;
}
.color-code-preview .color-code-hex {
display: block;
padding: 10px 0 5px;
text-align: center;
font-weight: 500;
font-size: 13px;
text-transform: uppercase;
}
.color-code-preview .color-text {
position: absolute;
width: 100%;
top: 50%;
margin-top: -10px;
display: block;
text-align: center;
}
.color-code-preview .color-class {
position: absolute;
top: 10px;
inset-inline-start: 10px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
background-color: black;
margin-top: 4px;
/* color: white; */
}
.select2-container--default .select2-selection--multiple {
/* height: auto; */
}
.select2-container--default .color-preview {
height: 12px;
width: 12px;
display: inline-block;
margin-inline-end: 5px;
margin-inline-start: 3px;
margin-top: 2px;
}
.sortSelectCustom .select2-selection--single {
border-color: #ccc;
height: auto;
padding: 0 10px;
}
.sortSelectCustom .select2-selection--single .select2-selection__rendered {
padding: 8px 0;
color: #777;
font-size: 13px;
}
.page-item.active .page-link {
background-color: #377dff !important;
}
ol.breadcrumb {
padding: 1px;
}