Skip to content
Snippets Groups Projects
Commit 4be39459 authored by Per Melin's avatar Per Melin
Browse files

Worked on the design of Förslag changed colores and margings

parent d8a89720
No related branches found
No related tags found
4 merge requests!139The members of the project should be showing now in pgsa pages, but there are...,!134The members of the project should be showing now in pgsa pages, but there are...,!108Make suggestion css,!107Added autofill from database into text boxes, but now data is taken from wrong...
.activityCardFont{ .activityCardFont{
font-family: 'Gill Sans MT'; font-family: "Roboto", sans-serif;
} }
.activityCard{ .activityCard{
height: 170px; height: 170px;
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
/*background: linear-gradient(to right, #efcdea 0%, #f3daef 11%, #edddeb 22%, #ffffff 35%);*/ /*background: linear-gradient(to right, #efcdea 0%, #f3daef 11%, #edddeb 22%, #ffffff 35%);*/
background: linear-gradient(to right, #efcdea 12%, #f3daef 25%, #edddeb 50%, #ffffff 75%); background: linear-gradient(to right, #efcdea 0%, #edddeb 0%, #ffffff 30%, #ffffff 10%);
text-align: left; text-align: left;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
...@@ -35,11 +35,12 @@ ...@@ -35,11 +35,12 @@
text-align: left; text-align: left;
margin-left: 15%; margin-left: 15%;
.activityCardMore {
/* .activityCardMore {
flex: 1; flex: 1;
padding: 10px; padding: 10px;
box-sizing: border-box; box-sizing: border-box;
} }*/
} }
#activityCardDepHeader{ #activityCardDepHeader{
......
/* .filterFont { /*
.filterFont {
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
margin-left: 5%; margin-left: 5%;
} */ }
*/
.makeSuggestionFilterButtons { .makeSuggestionFilterButtons {
margin-left: 5%; margin-left: 5%;
margin-bottom: 1%; margin-bottom: 1%;
margin-top: 1%;
} }
.filterButtons { .filterButtons {
background-image: linear-gradient( background-image: linear-gradient(to right, #845380, #303866);
to right, border: none;
rgb(201, 164, 213),
rgb(162, 88, 202)
);
padding: 8px; padding: 8px;
color: #fffafa; color: #fffafa;
font-weight: 1700; font-weight: 1700;
border-radius: 8px; border-radius: 8px;
margin-right: 3%; margin-right: 2%;
width: 12%; width: 13%;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
font-weight: 400; font-weight: 400;
font-size: medium; font-size: medium;
text-align: center; text-align: left;
text-overflow: ellipsis;
} }
#middleFilterButtonLabel { #middleFilterButtonLabel {
...@@ -56,7 +58,7 @@ ...@@ -56,7 +58,7 @@
width: 78%; width: 78%;
margin-top: 1%; margin-top: 1%;
margin-left: 5%; margin-left: 5%;
border: 1px solid rgb(246, 144, 255); border: none;
border-radius: 5px; border-radius: 5px;
align-items: right; align-items: right;
} }
...@@ -79,11 +81,8 @@ ...@@ -79,11 +81,8 @@
} }
#suggestionButton { #suggestionButton {
background-image: linear-gradient( background-image: linear-gradient(to right, #845380, #303866);
to right, border: none;
rgb(201, 164, 213),
rgb(162, 88, 202)
);
padding: 6px; padding: 6px;
color: #fffafa; color: #fffafa;
font-weight: 1700; font-weight: 1700;
......
...@@ -22,15 +22,13 @@ ...@@ -22,15 +22,13 @@
<div id="suggestionPage"> <div id="suggestionPage">
<div class="filter-section"> <div class="filter-section">
<!-- <p class="filterFont" id="filter-font">
Fyll i vårdinstans och avdelning som förslaget gäller
</p> -->
<div class="makeSuggestionFilterButtons"> <div class="makeSuggestionFilterButtons">
<select <select
name="department" name="department"
id="selectHospital" id="selectHospital"
class="filterButtons" class="filterButtons"
> > <option class ="ideaCardFont" value="" disabled selected>Välj arbetsplats</option>
<!-- Options will be added dynamically here --> <!-- Options will be added dynamically here -->
</select> </select>
...@@ -41,6 +39,7 @@ ...@@ -41,6 +39,7 @@
<select name="section" id="selectDepartment" class="filterButtons"> <select name="section" id="selectDepartment" class="filterButtons">
<!-- Options will be added dynamically here --> <!-- Options will be added dynamically here -->
<option class ="ideaCardFont" value="" disabled selected>Välj avdelning</option>
</select> </select>
<!-- <select class="filter" id="departmentDropdown"> <!-- <select class="filter" id="departmentDropdown">
<option value="all">Avdelningar</option> --> <option value="all">Avdelningar</option> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment