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
1d07c837
Commit
1d07c837
authored
Dec 05, 2017
by
Andrew Hrdy
Browse files
Minor touch ups to the mobile card design.
parent
4137dd7d
Pipeline
#1831
passed with stage
in 1 minute and 44 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/styles/components/facilityDialog.scss
View file @
1d07c837
...
...
@@ -5,7 +5,6 @@
}
.fd-dialog-paper
{
width
:
auto
!
important
;
border-radius
:
5px
!
important
;
}
...
...
@@ -42,6 +41,7 @@
.fd-header-text
{
max-width
:
80%
!
important
;
padding
:
8px
0
;
}
.fd-location-wrapper
{
...
...
@@ -72,15 +72,16 @@
width
:
100%
;
}
//Above sm
@media
screen
and
(
min-width
:
map-get
(
$breakpoints
,
sm
))
{
.fd-dialog-paper
{
width
:
50%
!
important
;
}
}
//Above lg
@media
screen
and
(
min-width
:
map-get
(
$breakpoints
,
lg
))
{
.fd-dialog-root
{
display
:
none
!
important
;
}
}
//Under lg
@media
screen
and
(
max-width
:
map-get
(
$breakpoints
,
lg
)
-
1px
)
{
}
\ No newline at end of file
src/styles/components/facilityTags.scss
View file @
1d07c837
...
...
@@ -7,6 +7,7 @@
.tag-chip
{
height
:
24px
!
important
;
margin
:
2px
;
}
@media
screen
and
(
max-width
:
map-get
(
$breakpoints
,
lg
)
-
1px
)
{
...
...
src/styles/containers/facilityCard.scss
View file @
1d07c837
...
...
@@ -156,7 +156,7 @@
.fc-extra-info
{
max-width
:
100%
!
important
;
width
:
100%
!
important
;
padding
:
0
!
important
;
padding
:
2px
0
!
important
;
justify-content
:
center
;
font-size
:
11px
;
}
...
...
@@ -169,6 +169,7 @@
width
:
100px
*
$fc-sm-scale
;
height
:
100px
*
$fc-sm-scale
;
margin
:
0
!
important
;
padding-left
:
5px
;
border-radius
:
50%
;
border
:
5px
*
$fc-sm-scale
solid
white
;
}
...
...
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