Merge branch 'develop' of https://gitee.com/layui-vue/layui-vue into dark

This commit is contained in:
就眠儀式 2022-03-30 02:07:35 +08:00
commit 9e9063736a
61 changed files with 61 additions and 61 deletions

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-avatar {
box-sizing: border-box;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
/** backtop **/
@width: 50px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-badge,
.layui-badge-dot,

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-body {
display: block;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-breadcrumb {
font-size: 0;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@button-primary-color: var(--button-primary-color);
@button-primary-border-color: var(--button-primary-border-color);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-btn-container {
font-size: 0;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@button-primary-color: @global-primary-color;
@button-border-radius: @global-border-radius;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@card-border-radius: var(--card-border-radius);
@card-back-color: var(--card-back-color);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-carousel {
position: relative;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-form-checkbox {
position: relative;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-collapse {
border-width: 1px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-colla-content,
.layui-colla-item {

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-color-picker {
position: relative;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-container {
position: relative;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-dropdown {
position: relative;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-empty {
margin: 0 8px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-exception {
.layui-exception-image {

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@field-border-color: var(--field-border-color);
@field-border-radius: var(--field-border-radius);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-footer {
box-sizing: border-box;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@error_color: red;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-fullscreen {
position: fixed;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-header {
box-sizing: border-box;

View File

@ -1 +1 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@icon-picker-border-radius: var(--icon-picker-border-radius);
@icon-picker-checked-color: var(--icon-picker-checked-color);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@input-border-radius: var(--input-border-radius);
@input-border-color: var(--input-border-color);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@border-color: #eee;
@hover-border-color: @global-primary-color;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-keyboard-header {
height: 40px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-layout {
flex: 1;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-nav .layui-show.layui-anim-upbit .layui-show.layui-anim-upbit {
top: 0px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-laypage {
display: inline-block;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@panel-border-color: var(--panel-border-color);
@panel-border-radius: var(--panel-border-radius);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
// 主题颜色
// 浅色 --> 默认使用

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-progress {
position: relative;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@block-default-color: var(--block-default-color);
@block-border-radius: var(--block-border-radius);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-form-radio,
.layui-form-radio * {

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-rate,
.layui-rate * {

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.result {
text-align: center;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-row:after,
.layui-row:before {

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
dl.layui-anim-upbit > dd input[type="checkbox"] {
display: none;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-side {
overflow: auto;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.lay-skeleton {
.lay-skeleton-item {

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
// 横向样式
.layui-slider-v {

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.lay-split-panel {
height: 100%;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@width-height-pace: 24px;
@step-color: @step-success-color;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-form-switch {
position: relative;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-tab {
margin: 10px 0;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.laytable-cell-checkbox {
width: 34px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@textarea-border-radius: var(--textarea-border-radius);
@textarea-border-color: var(--textarea-border-color);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-timeline {
padding-left: 5px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
@transfer-box-border-radius: var(--transfer-box-border-radius);

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-tree {
line-height: 22px;

View File

@ -1,4 +1,4 @@
@import "../../theme/variable.less";
@import (reference) "../../theme/variable.less";
.layui-upload-file {
// display: none !important;