Skip to content

Commit

Permalink
Floorplans
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Aug 9, 2019
1 parent 5fa61b2 commit 6c29ced
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 317 deletions.
15 changes: 11 additions & 4 deletions sass/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@
border: 1px $primary-color solid;
border-radius: 0;
color: $primary-color;
font-size: 16px;
font-size: $large-fontsize;
line-height: 20px;
height: 24px;
margin-left: 5px;
margin-right: 5px;
padding: 0 10px;
padding: 0 20px 0 10px;
min-width: 200px;
}

Expand Down Expand Up @@ -247,6 +247,13 @@
border-collapse: collapse;
max-width: $maxWidthContent;

th {
font-weight: bold;
color: $secondary-color;
padding: 10px 2px;
border-bottom: 1px $secondary-color solid;
}

&.wide,
&.roomoverview {
width: 100%;
Expand Down Expand Up @@ -300,7 +307,7 @@
color: $primary-color;
font-size: 100%;
line-height: 20px;
padding: 0 0px 0 10px;
padding: 0 20px 0 10px;
min-width: 90px;
max-width: 400px;
}
Expand Down Expand Up @@ -453,7 +460,7 @@
letter-spacing: normal !important;

h3 {
font-size: 16px;
font-size: $large-fontsize;
letter-spacing: 10px;
text-transform: uppercase;
font-weight: bold;
Expand Down
24 changes: 23 additions & 1 deletion sass/_devicetypes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
border-right: 5px $primary-color solid;
box-sizing: border-box;
padding: 5px;

> input[type="text"] {
border: 1px $primary-color solid;
color: #555;
Expand Down Expand Up @@ -129,4 +129,26 @@
background: transparent;
}
}

// Floorplan
#fpmenu {
input[type=submit] {
border: 1px $primary-color solid;
border-radius: 0;
color: $primary-color;
font-size: $large-fontsize;
margin: 5px;
background: transparent;
}

input[type="text"] {
border: 1px $primary-color solid;
color: #555;
background: transparent;
font-size: $large-fontsize;
height: 20px;
margin-left: 5px;
margin-right: 5px;
}
}
}
Loading

0 comments on commit 6c29ced

Please sign in to comment.