Skip to content

Commit

Permalink
Cambio estilos
Browse files Browse the repository at this point in the history
ajustes de estilos
  • Loading branch information
Nestor Fabian Pena Estrella authored and Nestor Fabian Pena Estrella committed Apr 29, 2019
1 parent 63b5af1 commit 9029572
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions Content/miscitas.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
padding-right: 5px;
}

.py-40px {
padding-top: 40px;
padding-bottom: 40px;
}

body {
/* background: url("../Pantallas/Pantalla\ mis\ citas.png");
background-repeat: no-repeat;
Expand All @@ -16,13 +21,10 @@ body {
padding: 0;
}


.pormed-wrapper {
display: grid;
grid-template: 130px 1fr 44px / 62px 1fr;
grid-template-areas: 'sidebarArea headerArea'
'sidebarArea mainArea'
'footerArea footerArea';
grid-template-areas: 'sidebarArea headerArea' 'sidebarArea mainArea' 'footerArea footerArea';
min-height: 100vh;
}

Expand Down Expand Up @@ -66,6 +68,7 @@ body {
.header-wrapper .pormed-logosimbolo img {
height: 130px;
}

.header-wrapper .pormed-logo {
align-self: center;
}
Expand All @@ -88,7 +91,8 @@ body {

.main {
grid-area: mainArea;
padding: 40px 70px 40px 95px;
padding-left: 95px;
padding-right: 70px;
}

.footer {
Expand Down Expand Up @@ -119,7 +123,6 @@ body {
border-left: 1px solid white;
}


.pormed-tabs-container {
display: block;
}
Expand All @@ -128,7 +131,6 @@ body {
display: inline-block;
}


.pormed-tabs-title {
color: white;
background-color: #28ABE1;
Expand Down
6 changes: 3 additions & 3 deletions miscitas.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
</div>
</header>
<main class="main">
<main class="main py-40px">

<div class="pormed-tabs-container">
<div class="pormed-tabs-wrapper">
Expand Down Expand Up @@ -190,8 +190,8 @@ <h3>citas canceladas</h3>
<div class="client-data">Espacio reservado para dirección del cliente -Dirección email - Teléfonos - Web principal y cualquier información adicional de contacto</div>
</footer>
</div>



<script src="./Scripts/jquery.min.js"></script>
<script src="./Scripts/bootstrap.min.js"></script>
Expand Down

0 comments on commit 9029572

Please sign in to comment.