add h1 text to bonfire, challenge and account views
This commit is contained in:
@ -136,6 +136,12 @@ ul {
|
|||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-heading > h1 {
|
||||||
|
font-size: 25px;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,8 @@ extends ../layout
|
|||||||
block content
|
block content
|
||||||
.col-xs-12.col-sm-12.col-md-12
|
.col-xs-12.col-sm-12.col-md-12
|
||||||
.panel.panel-primary
|
.panel.panel-primary
|
||||||
.panel-heading.text-center #{username}
|
.panel-heading.text-center
|
||||||
|
h1 #{username}'s portfolio
|
||||||
.panel-body
|
.panel-body
|
||||||
.row
|
.row
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
|
@ -20,8 +20,7 @@ block content
|
|||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-12.col-md-4.bonfire-top
|
.col-xs-12.col-sm-12.col-md-4.bonfire-top
|
||||||
#testCreatePanel
|
#testCreatePanel
|
||||||
|
h1.text-center= name
|
||||||
h2.text-center= name
|
|
||||||
h2.text-center.bonfire-flames
|
h2.text-center.bonfire-flames
|
||||||
if (difficulty == "0")
|
if (difficulty == "0")
|
||||||
i.ion-ios-flame-outline
|
i.ion-ios-flame-outline
|
||||||
|
@ -3,7 +3,8 @@ block content
|
|||||||
.row
|
.row
|
||||||
.col-sm-12.col-md-12.col-xs-12
|
.col-sm-12.col-md-12.col-xs-12
|
||||||
.panel.panel-primary
|
.panel.panel-primary
|
||||||
.panel-heading.text-center #{name} (takes #{time} minutes)
|
.panel-heading.text-center
|
||||||
|
h1 #{name} (takes #{time} minutes)
|
||||||
script.
|
script.
|
||||||
var bonfireName = null;
|
var bonfireName = null;
|
||||||
.panel.panel-body
|
.panel.panel-body
|
||||||
|
Reference in New Issue
Block a user