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
7c7d7e56
Commit
7c7d7e56
authored
Nov 24, 2017
by
Mattias J Duffy
Browse files
updating the branch some more
parent
c2afe33f
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
7c7d7e56
...
@@ -24,5 +24,4 @@ yarn-error.log*
...
@@ -24,5 +24,4 @@ yarn-error.log*
#local dotfiles
#local dotfiles
/.storybook
/.storybook
/src/stories
/src/stories
/src/styles/whatsOpen.css
/src/styles/build
/src/styles/build
src/styles/_variables.scss
View file @
7c7d7e56
$breakpoints
:
(
xs
:
360px
,
sm
:
600px
,
md
:
900px
,
lg
:
1024px
,
xl
:
1680px
,
);
/* FacilityCard */
$fc-lg-scale
:
.8
;
$fc-sm-scale
:
.75
;
/* Favorite Button */
$favorite-button-lg-scale
:
.8
;
$favorite-button-sm-scale
:
.75
;
\ No newline at end of file
src/styles/components/appBar.css
deleted
100644 → 0
View file @
c2afe33f
.app-bar
{
background-color
:
white
!important
;
box-shadow
:
0
1px
0
0
rgba
(
0
,
0
,
0
,
0.2
)
!important
;
}
.app-bar-title
{
margin-right
:
auto
!important
;
}
.app-bar-menu-button
{
display
:
none
!important
;
}
.app-bar-logo
{
width
:
30px
;
height
:
30px
;
margin-right
:
5px
;
}
.app-bar-text-color
{
color
:
#354052
;
}
@media
screen
and
(
max-width
:
600px
)
{
.app-bar-link-button
{
display
:
block
!important
;
padding
:
0
!important
;
text-align
:
left
;
}
.app-bar-menu-button
{
display
:
inherit
!important
;
}
.app-bar-hide
{
max-height
:
0
!important
;
overflow
:
hidden
;
}
.app-bar-tool-bar
{
flex-wrap
:
wrap
;
}
.app-bar-link-container
{
display
:
block
;
flex-basis
:
100%
;
transition
:
ease-in-out
2s
;
}
}
src/styles/components/cardContainer.css
deleted
100644 → 0
View file @
c2afe33f
.card-container-root
{
margin
:
0
;
width
:
100%
;
display
:
flex
;
flex-wrap
:
wrap
;
}
src/styles/components/facilityCategory.css
deleted
100644 → 0
View file @
c2afe33f
.facility-category-wrapper
{
display
:
flex
;
justify-content
:
center
;
}
.facility-category-icon
{
width
:
14px
!important
;
height
:
14px
!important
;
padding
:
4px
!important
;
}
.facility-category-icon
{
width
:
auto
!important
;
height
:
auto
!important
;
margin-right
:
8px
;
}
src/styles/components/facilityStatus.css
deleted
100644 → 0
View file @
c2afe33f
.facility-status-text
{
align-items
:
center
;
border
:
1.5px
solid
;
border-radius
:
3px
;
padding
:
5px
;
font-weight
:
bold
!important
;
}
.facility-status-text.facility-status-closed
{
color
:
white
;
background-color
:
#f44336
;
border-color
:
#f44336
;
}
.facility-status-text.facility-status-open
{
color
:
#4caf50
;
border-color
:
#4caf50
;
}
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