restyle fav subnav
This commit is contained in:
parent
2d8a2f8b7e
commit
0a849a92e3
@ -4,15 +4,23 @@
|
|||||||
|
|
||||||
.favNav {
|
.favNav {
|
||||||
|
|
||||||
|
border-top: 1px solid #ddd;
|
||||||
|
margin-left: -1em;
|
||||||
|
margin-right: -1em;
|
||||||
|
margin-top: -0.5em;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding-top: 0.5em;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
font-family: Helvetica, sans-serif;
|
font-family: Helvetica, sans-serif;
|
||||||
transition: .3s all ease-in-out;
|
transition: .3s all ease-in-out;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
background-color: #3F51B5;
|
background-color: #3F51B5;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 5px 10px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user