refactor: content inner header as template to be reusable
This commit is contained in:
@@ -7,18 +7,4 @@
|
||||
@media(min-width: 576px) {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.register__header-logo {
|
||||
background-image: url('./../img/paw.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.register__header-title {
|
||||
margin-bottom: 0px;
|
||||
@media(min-width: 576px) {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
@@ -11,4 +11,18 @@ body {
|
||||
|
||||
.content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.inner-header-logo {
|
||||
background-image: url('./../img/paw.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.inner-header-title {
|
||||
margin-bottom: 0px;
|
||||
@media(min-width: 576px) {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user