mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(package) add stylelint
This commit is contained in:
parent
61da12a012
commit
4b19e76fff
10 changed files with 103 additions and 78 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.view {
|
||||
font-size: 16px;
|
||||
white-space :pre;
|
||||
white-space: pre;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
|
@ -11,12 +11,12 @@
|
|||
|
||||
.view-overlay {
|
||||
display : block;
|
||||
background : rgb(255, 255, 255);
|
||||
background : rgb(255, 255, 255);
|
||||
background : rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.fancybox-wrap {
|
||||
/*
|
||||
/*
|
||||
* when search element with
|
||||
* document.elementFromPoint
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue