matrix-dimension/web/style/_riot.scss

49 lines
931 B
SCSS
Raw Normal View History

2017-12-15 06:32:23 +00:00
// The CSS for the Riot breadcrumb is specified here to ensure that it's style can be overridden.
// In it's current position (as a component), the component-level stylesheet cannot access the
// elements, so we specify it in a more generic location.
.dimension-breadcrumb {
.fluid-bread {
padding: 0;
}
.fluid-bread .container {
padding: 0;
2017-12-16 05:27:20 +00:00
margin: 0;
2017-12-15 06:32:23 +00:00
}
.fluid-bread .container .breadcrumb {
padding: 0;
2017-12-16 05:27:20 +00:00
margin: 0;
2017-12-15 06:32:23 +00:00
}
.fluid-bread .breadcrumb-item a:hover {
text-decoration: none;
}
font-size: 13px;
display: block;
padding-top: 4px;
}
2017-12-21 04:39:06 +00:00
.header .quickAction .closeButton .scalarClose {
2017-12-15 06:32:23 +00:00
position: absolute;
2017-12-24 01:47:41 +00:00
top: 19px;
2017-12-15 06:32:23 +00:00
right: 15px;
2017-12-24 01:47:41 +00:00
}
.header .quickAction .adminButton {
position: absolute;
top: 19px;
right: 55px;
}
.header .quickAction .headerButton {
font-size: 35px;
cursor: pointer;
color: #ccc;
}
.header .quickAction .headerButton:hover {
color: #888;
2017-12-15 06:32:23 +00:00
}