Skip to content

Commit 2b4132b

Browse files
author
matt
committed
Merge in new styling.
1 parent 53b5d0f commit 2b4132b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rsg-components/TableOfContents/TableOfContents.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616

1717
.find {
1818
display: block;
19-
width: 100%;
2019
height: 20px;
20+
margin: 15px 0 0 15px;
2121
padding: 6px 12px;
2222
font-size: 14px;
2323
color: #555;
2424
background-color: #fff;
25-
background-image: none;
2625
composes: border from "../../styles/colors.css";
2726
border-radius: 2px;
28-
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
2927
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
3028
}

0 commit comments

Comments
 (0)