24 lines
481 B
SCSS
24 lines
481 B
SCSS
.forums_edit_box{
|
|
background-color: #f1f6fd;
|
|
background-image: url('../image/bk.png');
|
|
background-size: 100% auto;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.forums_edit_content{
|
|
box-shadow: rgba(35, 44, 121, 0.07) 0px 1px 3px 1px;
|
|
background: rgb(255, 255, 255);
|
|
border-radius: 4px;
|
|
padding: 20px 30px 40px;
|
|
}
|
|
.forum_edit_form{
|
|
.ant-col-2{
|
|
width: 6%;
|
|
}
|
|
.submit_button{
|
|
button{
|
|
padding: 6px 30px;
|
|
height: auto;
|
|
line-height: normal;
|
|
}
|
|
}
|
|
} |