forked from platypush/platypush
[Tabs UI] Force height to $tab-height
.
This commit is contained in:
parent
028f48ed49
commit
f9ba4564e7
3 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,5 @@ $section-title-bg: rgba(0, 0, 0, .04);
|
||||||
$params-desktop-width: 30em;
|
$params-desktop-width: 30em;
|
||||||
$params-tablet-width: 20em;
|
$params-tablet-width: 20em;
|
||||||
$request-headers-btn-width: 7.5em;
|
$request-headers-btn-width: 7.5em;
|
||||||
|
$action-tile-bg: linear-gradient(90deg, rgba(9,174,128,1) 0%, rgba(71,226,179,1) 120%);
|
||||||
|
$action-tile-fg: white;
|
||||||
|
|
|
@ -33,6 +33,7 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.tab {
|
.tab {
|
||||||
|
height: $tab-height;
|
||||||
background: $tab-bg;
|
background: $tab-bg;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
|
@ -103,3 +103,5 @@ $nav-height: 2.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Tabs
|
||||||
|
$tab-height: 3.5em;
|
||||||
|
|
Loading…
Reference in a new issue