1
0
Fork 0
auth.rxbn.de/res/web/css/stylesheet.css

23 lines
374 B
CSS
Raw Normal View History

2019-06-18 22:44:35 +00:00
.uk-breadcrumb {
border: 1px solid #e6e6e6;
background-color: #f9f9f9;
border-radius: 5px;
padding: 5px 10px;
margin-top: 15px;
}
.uk-breadcrumb a {
color: #717171;
}
.uk-breadcrumb a:hover {
color: #666;
}
2019-09-08 18:24:12 +00:00
.uk-navbar a i {
margin-right: .2em;
transition: all .1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.uk-navbar a:hover i {
margin-top: .1em;
font-size: 1.4em;
}