mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
2bced36f0c
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
69 lines
963 B
Plaintext
69 lines
963 B
Plaintext
.toc {
|
|
font-size: 14px;
|
|
margin: 24px 0;
|
|
border-left: 1px solid #e9e9e9;
|
|
list-style: none;
|
|
}
|
|
|
|
.markdown .toc {
|
|
background: #fbfbfb;
|
|
border-left: 2px solid #eee;
|
|
}
|
|
|
|
.toc > ul {
|
|
padding: 8px 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.toc > ul li {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.toc li > ul {
|
|
text-indent: 8px;
|
|
font-size: 12px;
|
|
display: none;
|
|
}
|
|
|
|
.toc a {
|
|
padding-left: 16px;
|
|
display: block;
|
|
transition: all 0.3s ease;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
color: @text-color;
|
|
}
|
|
|
|
.toc a:hover {
|
|
color: @primary-color;
|
|
}
|
|
|
|
.toc a.current {
|
|
border-color: @primary-color;
|
|
color: @primary-color;
|
|
}
|
|
|
|
.toc-affix {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: 20px;
|
|
}
|
|
|
|
.demos-anchor {
|
|
color: #aaa;
|
|
font-size: 12px;
|
|
margin: -4px 0 0;
|
|
background-color: #fff;
|
|
padding: 0;
|
|
list-style: none;
|
|
a {
|
|
padding-left: 8px;
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 110px;
|
|
}
|
|
}
|