forked from Gitlink/forgeplus-react
Merge branch 'newVersion_forge' into dev_devOps
This commit is contained in:
commit
8b1b923c92
|
@ -1,9 +1,8 @@
|
|||
ul,ol,dl{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
/* #EAEBEC */
|
||||
.newMain{
|
||||
background-color: #EAEBEC;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.main{
|
||||
width: 1200px;
|
||||
|
@ -157,7 +156,6 @@ form{
|
|||
.list-l-Menu{
|
||||
margin-bottom: 12px;
|
||||
border-radius:2px;
|
||||
border:1px solid rgba(221,221,221,1);
|
||||
background-color: #fff;
|
||||
&>li{
|
||||
font-size: 1rem;
|
||||
|
|
|
@ -583,7 +583,7 @@ span.CodeMirror-selectedtext {
|
|||
|
||||
|
||||
body #root {
|
||||
background: #EAEBEC;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.newedu-class-leftnav {
|
||||
|
|
Loading…
Reference in New Issue