UX: Improve headings
This commit is contained in:
parent
3ba7caa4da
commit
b3226e222c
|
|
@ -1,4 +1,4 @@
|
|||
<h3>{{i18n "admin.docker.upgrade_repo" name=this.title}}</h3>
|
||||
<h1>{{i18n "admin.docker.upgrade_repo" name=this.title}}</h1>
|
||||
|
||||
<ProgressBar @percent={{this.percent}} />
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
}
|
||||
|
||||
.docker-manager {
|
||||
h1 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.console-logs {
|
||||
background-color: black;
|
||||
color: #ddd;
|
||||
|
|
|
|||
Loading…
Reference in New Issue