Skip to content
Snippets Groups Projects
Commit 31b2a938 authored by Your Name's avatar Your Name
Browse files

fixed edit and visualize machines pages responsivity

parent cfd6abbd
No related branches found
No related tags found
1 merge request!118Resolve "Responsividade na página de visualização/edição de equipamentos"
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class="row"> <div class="row">
<div routerLink="/registro-equipamentos" class=" btn-list-el"> <div routerLink="/registro-equipamentos" class=" btn-list-el">
<a>CADASTRAR EQUIPAMENTO</a> <a>Cadastrar Equipamento</a>
</div> </div>
</div> </div>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
border-right: 3px solid $bg-default; border-right: 3px solid $bg-default;
a { a {
font-size: 14px; font-size: 16px;
color: $text-light; color: $text-light;
font-weight: bolder; font-weight: bolder;
text-decoration: none; text-decoration: none;
...@@ -32,16 +32,18 @@ ...@@ -32,16 +32,18 @@
@media screen and (min-width: $break-small + 1) and (max-width: $break-large) { @media screen and (min-width: $break-small + 1) and (max-width: $break-large) {
padding: 10px 5px; padding: 10px 5px;
width: 80%;
margin-right:10%;
margin-left:10%;
a { a {
font-size: 11px; font-size: 11px;
} }
} }
@media screen and (max-width: $break-small) { @media screen and (max-width: $break-small) {
margin-right:auto; width: 80%;
margin-left:auto; margin-right:10%;
margin-top: 2%; margin-left:10%;
margin-right: 5%; margin-top: 10px;
width:50%;
display: block; display: block;
} }
...@@ -187,7 +189,7 @@ ...@@ -187,7 +189,7 @@
background-color: #b0cfed; background-color: #b0cfed;
} }
.search{ .search{
background-color: #b0cfed; background-color: #b0cfed;
//border:solid 1px; //border:solid 1px;
border-radius:8px; border-radius:8px;
...@@ -195,7 +197,12 @@ ...@@ -195,7 +197,12 @@
height: 32px !important; height: 32px !important;
align-self: center; align-self: center;
margin-left: 14%; margin-left: 14%;
} @media screen and (max-width: $break-small) {
width:90%;
margin-left:5%;
margin-left:5%;
}
}
.search-text{ .search-text{
float:left; float:left;
......
...@@ -182,6 +182,11 @@ ...@@ -182,6 +182,11 @@
height: 32px !important; height: 32px !important;
align-self: center; align-self: center;
margin-left: 6%; margin-left: 6%;
@media screen and (max-width: $break-small) {
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
} }
.search-text{ .search-text{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment