Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-web
Commits
17a8d61b
Commit
17a8d61b
authored
Nov 24, 2017
by
Mattias J Duffy
Browse files
beginning changes to sidear
parent
d603609d
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/components/FacilitiesMap.js
View file @
17a8d61b
...
...
@@ -137,7 +137,7 @@ class FacilitiesMap extends React.Component {
height
:
"
200px
"
,
width
:
"
380px
"
,
margin
:
"
10px
"
,
borderRadius
:
'
5
px
'
,
borderRadius
:
'
3
px
'
,
cursor
:
'
pointer
'
,
}}
...
...
src/components/Sidebar.js
View file @
17a8d61b
...
...
@@ -44,15 +44,11 @@ const Sidebar = ({facility, isSidebarOpen, isSidebarMapOpen, toggleSidebarMap, f
<
/div
>
<
Divider
className
=
{
'
sidebar-divider
'
}
/
>
<
div
className
=
{
'
sidebar-label-holder
'
}
>
<
div
className
=
{
'
sidebar-label-row
'
}
>
<
TextwTitle
label
=
"
Location
"
content
=
"
The Johnson Center
"
/>
<
TextwTitle
label
=
"
Menu
"
content
=
"
https://amenufromaplace.com
"
/>
<
/div
>
<
div
className
=
{
'
sidebar-label-row
'
}
>
<
TextwTitle
label
=
"
Location
"
content
=
"
The Johnson Center
"
/>
<
TextwTitle
label
=
"
Labels
"
content
=
""
/>
<
/div
>
<
/div
>
<
div
className
=
{
'
sidebar-row2
'
}
>
<
FacilitiesMap
isMapOpen
=
{
isSidebarMapOpen
}
facilities
=
{
facilities
}
facility
=
{
facility
}
/
>
...
...
src/styles/components/sidebar.scss
View file @
17a8d61b
...
...
@@ -3,7 +3,11 @@
}
.sidebar-label-holder
{
margin
:
16px
;
margin-left
:
16px
;
margin-right
:
16px
;
}
.sidebar-label-holder
>*
{
margin-bottom
:
16px
;
}
.sidebar-open
{
...
...
src/styles/components/textwTitle.scss
View file @
17a8d61b
.text-w-title-label
{
font-
weight
:
400
;
font-
family
:
"Roboto-Regular"
;
font-size
:
12px
;
color
:
rgba
(
0
,
0
,
0
,.
54
);
};
.text-w-title-content
{
font-
weight
:
400
;
font-
family
:
"Roboto-Medium"
;
font-size
:
14px
;
text-overflow
:
ellipsis
;
width
:
176px
;
white-space
:
nowrap
;
overflow
:
hidden
;
color
:
#354052
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment