REFACTOR: Corrigindo header para telas grandes.
This commit is contained in:
parent
ebc7de9087
commit
04080fbd21
@ -10,11 +10,13 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="p-4">
|
<body class="p-4">
|
||||||
<div class="header__container">
|
<div class="header__container">
|
||||||
<div class="header-title__container">
|
<div class="header-content">
|
||||||
<h1 class="mb-4">Validação de Viabilidade</h1>
|
<div class="header-title__container">
|
||||||
</div>
|
<h1 class="mb-4">Validação de Viabilidade</h1>
|
||||||
<div class="header-logo__container">
|
</div>
|
||||||
<img src="./assets/logo_login-sothis.png" alt="Logo Branco Sothis" width="120">
|
<div class="header-logo__container">
|
||||||
|
<img src="./assets/logo_login-sothis.png" alt="Logo Branco Sothis" width="120">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -1,14 +1,21 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
.header__container {
|
.header__container {
|
||||||
|
background-color: #234164;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 1rem 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-content {
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding-left: 10px;
|
||||||
background-color: #234164;
|
padding-right: 10px;
|
||||||
width: 100%;
|
|
||||||
padding: 20px 125px 25px 125px;
|
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-title__container > h1 {
|
.header-title__container > h1 {
|
||||||
@ -192,8 +199,11 @@ label {
|
|||||||
.card-content {
|
.card-content {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header__container {
|
@media screen and (min-width: 1200px) {
|
||||||
padding-left: 115px;
|
.header-content {
|
||||||
|
max-width: 1320px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user