mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
49 lines
931 B
SCSS
49 lines
931 B
SCSS
// 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;
|
|
margin: 0;
|
|
}
|
|
|
|
.fluid-bread .container .breadcrumb {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.fluid-bread .breadcrumb-item a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
font-size: 13px;
|
|
display: block;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.header .quickAction .closeButton .scalarClose {
|
|
position: absolute;
|
|
top: 19px;
|
|
right: 15px;
|
|
}
|
|
|
|
.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;
|
|
} |