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
Enes Tasbasi
whats-open-web
Commits
f497de4e
Commit
f497de4e
authored
Jan 12, 2018
by
Mattias J Duffy
Browse files
small image changes
parent
0b3d7dfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/styles/components/sidebar.scss
View file @
f497de4e
...
@@ -65,7 +65,10 @@
...
@@ -65,7 +65,10 @@
width
:
100px
!
important
;
width
:
100px
!
important
;
height
:
100px
!
important
;
height
:
100px
!
important
;
}
}
.sidebar-avatar
>
img
{
object-fit
:
contain
!
important
;
border-radius
:
0px
!
important
;
}
.sidebar-title
{
.sidebar-title
{
height
:
100px
;
height
:
100px
;
margin-left
:
8px
;
margin-left
:
8px
;
...
...
src/styles/containers/facilityCard.scss
View file @
f497de4e
...
@@ -32,19 +32,23 @@
...
@@ -32,19 +32,23 @@
.fc-logo-container
{
.fc-logo-container
{
width
:
100px
;
width
:
100px
;
height
:
100px
;
height
:
100px
;
// box-sizing: border-box;
margin
:
auto
;
margin
:
auto
;
margin-top
:
-60px
;
margin-top
:
-60px
;
border-radius
:
90px
;
border-radius
:
50%
;
border
:
5px
solid
white
;
// border: 5px solid white;
box-shadow
:
0px
5px
5px
-3px
rgba
(
0
,
0
,
0
,
0
.2
)
,
0px
8px
10px
1px
rgba
(
0
,
0
,
0
,
0
.14
)
,
0px
3px
14px
2px
rgba
(
0
,
0
,
0
,
0
.12
);
overflow
:
hidden
;
}
}
.fc-logo
{
.fc-logo
{
width
:
10
0px
;
width
:
9
0px
;
height
:
10
0px
;
height
:
9
0px
;
margin
:
auto
;
margin
:
auto
;
border-radius
:
50%
;
//
border-radius: 50%;
background-size
:
contain
!
important
;
background-size
:
contain
!
important
;
box-shadow
:
0px
5px
5px
-3px
rgba
(
0
,
0
,
0
,
0
.2
)
,
0px
8px
10px
1px
rgba
(
0
,
0
,
0
,
0
.14
)
,
0px
3px
14px
2px
rgba
(
0
,
0
,
0
,
0
.12
);
// padding:5px;
// box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
}
.fc-title
{
.fc-title
{
...
@@ -172,17 +176,11 @@
...
@@ -172,17 +176,11 @@
}
}
.fc-logo-container
{
.fc-logo-container
{
width
:
100px
*
$fc-sm-scale
;
margin
:
0
0
0
5px
!
important
;
height
:
100px
*
$fc-sm-scale
;
margin
:
0
!
important
;
padding-left
:
5px
;
border-radius
:
50%
;
border
:
5px
*
$fc-sm-scale
solid
white
;
}
}
.fc-logo
{
.fc-logo
{
width
:
100px
*
$fc-sm-scale
;
margin
:
5px
;
height
:
100px
*
$fc-sm-scale
;
}
}
.fc-card-map-marker-icon
{
.fc-card-map-marker-icon
{
...
...
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