Fixed duplicated/wrong scoped CSS

This commit is contained in:
Eliot Berriot 2018-07-22 13:39:33 +02:00
parent 1a1572f7de
commit a58b9c3eb1
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
5 changed files with 32 additions and 74 deletions

View file

@ -40,16 +40,6 @@ export default {
<style lang="scss">
@import '../../style/vendor/media';
.library.pusher > .ui.secondary.menu {
@include media(">tablet") {
padding: 0 2.5rem;
}
.item {
padding-top: 1.5em;
padding-bottom: 1.5em;
}
}
.library {
.ui.segment.head {
background-size: cover;
@ -77,28 +67,5 @@ export default {
}
}
.ui.secondary.pointing.menu {
border: none;
box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
.ui.item {
border: none;
border-bottom-style: none;
margin-bottom: 0px;
&.active {
box-shadow: inset 0px -2px 0px 0px #000;
}
}
}
.secondary.pointing.menu {
@include media(">desktop") {
position: fixed;
left: 350px;
right: 0px;
top: 0px;
z-index: 1;
}
background-color: white;
}
</style>