Fixed some css issues
the build was successful Details

This commit is contained in:
konrad 2018-10-03 19:05:10 +02:00
parent 80402870c7
commit 4c5be3849f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 62 additions and 68 deletions

View File

@ -132,63 +132,3 @@
},
}
</script>
<style lang="scss">
/* Logout-icon */
.logout-icon {
padding-right: 2em !important;
}
/* Logo */
.logo {
padding-left: 2rem !important;
img {
max-height: 3rem !important;
margin-right: 1rem;
}
}
/* Buttons icons */
.button .icon.is-small {
margin-right: 0.05rem !important;
}
/* List active link */
.menu-list a.router-link-active{
background: darken(#fff, 5%);
}
/* menu buttons */
.button-bottom {
margin-bottom: 1rem;
}
/* Namespaces list */
.namespaces-lists{
.menu-label {
font-size: 1em;
font-weight: 400;
min-height: 2.5em;
padding-top: 0.3em;
}
/* Namespace settings */
.nsettings{
vertical-align: middle;
float: right;
margin-left: 0.5rem;
min-width: 2.648em;
color: rgb(74, 74, 74);
}
}
.bigbuttons{
margin-top: 0.5rem;
}
.card{
margin-bottom: 1rem;
}
</style>

View File

@ -258,10 +258,6 @@
</script>
<style lang="scss" scoped>
.bigbuttons{
margin-top: 0.5rem;
}
.card{
margin-bottom: 1rem;
@ -286,10 +282,6 @@
}
}
.buttonright {
margin-right: 0.5rem;
}
.team-members{
padding: 0;
}

View File

@ -87,4 +87,66 @@ h1,h2,h3,h4,h5,h6{
100%{
transform: rotate(360deg);
}
}
/* Logout-icon */
.logout-icon {
padding-right: 2em !important;
}
/* Logo */
.logo {
padding-left: 2rem !important;
img {
max-height: 3rem !important;
margin-right: 1rem;
}
}
/* Buttons icons */
.button .icon.is-small {
margin-right: 0.05rem !important;
}
/* List active link */
.menu-list a.router-link-active{
background: darken(#fff, 5%);
}
/* menu buttons */
.button-bottom {
margin-bottom: 1rem;
}
/* Namespaces list */
.namespaces-lists{
.menu-label {
font-size: 1em;
font-weight: 400;
min-height: 2.5em;
padding-top: 0.3em;
}
/* Namespace settings */
.nsettings{
vertical-align: middle;
float: right;
margin-left: 0.5rem;
min-width: 2.648em;
color: rgb(74, 74, 74);
}
}
.bigbuttons{
margin-top: 0.5rem;
}
.card{
margin-bottom: 1rem;
}
.buttonright {
margin-right: 0.5rem;
}