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
0c7c3ec7
Commit
0c7c3ec7
authored
Nov 21, 2017
by
Mattias J Duffy
Browse files
small changes
reduced border radius on facility status added on hover to facility location
parent
09b0ddf3
Changes
2
Show whitespace changes
Inline
Side-by-side
src/containers/FacilityCard.js
View file @
0c7c3ec7
...
...
@@ -180,7 +180,7 @@ class FacilityCard extends React.Component {
<
Typography
type
=
{
'
caption
'
}
>
<
LocationOnIcon
className
=
{
'
fc-card-map-marker-icon
'
}
/
>
<
/Typography
>
<
Typography
type
=
{
'
caption
'
}
align
=
{
'
center
'
}
className
=
{
'
fc-two-line-ellipsis
'
}
>
<
Typography
title
=
{
facility
.
facility_location
.
building
}
type
=
{
'
caption
'
}
align
=
{
'
center
'
}
className
=
{
'
fc-two-line-ellipsis
'
}
>
{
facility
.
facility_location
.
building
}
<
/Typography
>
<
/Grid
>
...
...
src/styles/components/facilityStatus.scss
View file @
0c7c3ec7
...
...
@@ -3,7 +3,7 @@
.facility-status-text
{
align-items
:
center
;
border
:
1
.5px
solid
;
border-radius
:
7
px
;
border-radius
:
3
px
;
padding
:
5px
;
font-weight
:
bold
!
important
;
...
...
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