ant-design/site/common/styles/common.less

32 lines
461 B
Plaintext
Raw Normal View History

2016-02-29 14:08:40 +08:00
.main-wrapper {
background: #fff;
width: 92%;
margin: 0 auto;
border-radius: 6px;
overflow: hidden;
padding: 24px 0 0;
margin-bottom: 24px;
position: relative;
}
.main-container {
padding: 0 40px 120px;
background: #fff;
min-height: 500px;
overflow: hidden;
2016-03-01 16:20:32 +08:00
}
2016-03-01 17:42:23 +08:00
.sidebar {
padding-bottom: 50px;
2016-03-02 12:10:18 +08:00
a[disabled] {
color: #ccc;
}
2016-03-01 17:42:23 +08:00
}
2016-03-01 16:20:32 +08:00
.sidebar .chinese {
font-size: 12px;
margin-left: 6px;
font-weight: normal;
opacity: .67;
2016-02-29 14:08:40 +08:00
}