14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
@import '../public/mixins';
|
|
@import '../public/color.less';
|
|
|
|
.extension {
|
|
background-color: #fff;
|
|
width: 100% !important;
|
|
.marginAuto();
|
|
.head {
|
|
width: 49%;
|
|
background-color: @BackgroundColor;
|
|
padding: 20px 20px 10px;
|
|
}
|
|
}
|