Skip to content
Snippets Groups Projects
Commit 106df053 authored by Luiz Vasconcellos's avatar Luiz Vasconcellos
Browse files

Merge branch 'issue/50' into 'development'

SCRUM#50: Fix layout and responsive graphics/maps components

See merge request !16
parents c0448e05 d36e2156
No related branches found
No related tags found
1 merge request!16SCRUM#50: Fix layout and responsive graphics/maps components
......@@ -2,3 +2,4 @@
*.pyc
node_modules
dist
package-lock.json
This diff is collapsed.
<!-- This file is part of the project Pinsis-Portal.
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Software Live)
This program is free software: you can redistribute it and/or modify
......
/*This file is part of the project Pinsis-Portal.
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Software Live)
This program is free software: you can redistribute it and/or modify
......@@ -18,6 +18,10 @@
@import '../../../sass/styles';
.graph-container {
padding: 10px 10px 10px 10px;
background-color: $white;
border: 3px solid $dark-purple;
max-width: 800px;
}
\ No newline at end of file
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
<!-- This file is part of the project Pinsis-Portal.
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Software Live)
This program is free software: you can redistribute it and/or modify
......
/*This file is part of the project Pinsis-Portal.
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Software Live)
This program is free software: you can redistribute it and/or modify
......@@ -21,7 +21,7 @@
padding: 20px 20px 20px 20px;
background-color: $white;
border: 3px solid $dark-purple;
margin-bottom: 40px;
color: $text-dark;
font-family: $open;
......@@ -30,9 +30,13 @@
}
.search-params {
padding: 20px 20px 20px 20px;
padding: 10px 10px 10px 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background-color: $white;
border: 3px solid $dark-purple;
max-width: 85%;
}
p {
......
<!-- This file is part of the project Pinsis-Portal.
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Software Live)
This program is free software: you can redistribute it and/or modify
......
/*This file is part of the project Pinsis-Portal.
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Copyright (C),2018, by C3SL(Centro de Computação Científica e
Software Live)
This program is free software: you can redistribute it and/or modify
......@@ -21,14 +21,16 @@
width:700px;
height:100%;
max-height:600px;
border: 3px solid $dark-purple;
margin-left: auto;
margin-right: auto;
border: 3px solid $dark-purple;
}
.hospital-selector{
border: 3px solid $dark-purple;
border: 3px solid $dark-purple;
margin-left: auto;
margin-right: auto;
height:100%;
max-height:600px;
}
......@@ -37,6 +39,14 @@
overflow:hidden;
}
@media screen and (max-width: 800px) {
.map-container {
margin-top: 10px;
width:350px;
max-height:400px;
}
}
// [class*="col-"] {
// float: none;
// display: table-cell;
......@@ -104,6 +114,3 @@
a:hover{
cursor:pointer;
}
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