Make the tour pages a bit nicer looking
This commit is contained in:
parent
c244f367ba
commit
cfcbc44c72
2 changed files with 13 additions and 3 deletions
|
@ -4100,3 +4100,13 @@ have a fixed width and height (but it's not required).
|
||||||
.tour-action button {
|
.tour-action button {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tour-section.tour-header {
|
||||||
|
margin-top: 40px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
height: 125px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tour-section.tour-header .tour-section-title {
|
||||||
|
text-align: center;
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- Features -->
|
<!-- Features -->
|
||||||
<div class="product-tour" ng-if="kind == '' || kind == 'features'">
|
<div class="product-tour" ng-if="kind == '' || kind == 'features'">
|
||||||
<div class="tour-section row">
|
<div class="tour-section row tour-header">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="tour-section-title">Features and Benefits</div>
|
<div class="tour-section-title">Features and Benefits</div>
|
||||||
<div class="tour-section-description">
|
<div class="tour-section-description">
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
|
|
||||||
<!-- Organizations -->
|
<!-- Organizations -->
|
||||||
<div class="product-tour" ng-if="kind == 'organizations'">
|
<div class="product-tour" ng-if="kind == 'organizations'">
|
||||||
<div class="tour-section row">
|
<div class="tour-section row tour-header">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="tour-section-title">Organizations</div>
|
<div class="tour-section-title">Organizations</div>
|
||||||
<div class="tour-section-description">
|
<div class="tour-section-description">
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
|
|
||||||
<!-- Enterprise -->
|
<!-- Enterprise -->
|
||||||
<div class="product-tour" ng-if="kind == 'enterprise'">
|
<div class="product-tour" ng-if="kind == 'enterprise'">
|
||||||
<div class="tour-section row">
|
<div class="tour-section row tour-header">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="tour-section-title">Enterprise</div>
|
<div class="tour-section-title">Enterprise</div>
|
||||||
<div class="tour-section-description">
|
<div class="tour-section-description">
|
||||||
|
|
Reference in a new issue