Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
virtualX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nameer AS
virtualX
Commits
239476df
Commit
239476df
authored
Feb 26, 2018
by
Nameer AS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ie11 design bug fix
parent
c33d8179
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
_main.scss
src/assets/scss/_main.scss
+4
-3
_responsive.scss
src/assets/scss/_responsive.scss
+6
-0
No files found.
src/assets/scss/_main.scss
View file @
239476df
...
@@ -883,12 +883,13 @@
...
@@ -883,12 +883,13 @@
}
}
.price
{
.price
{
overflow
:
inherit
;
padding
:
5px
0
20px
;
padding
:
5px
0
20px
;
position
:
relative
;
position
:
relative
;
text-align
:
center
;
text-align
:
center
;
border
:
none
;
border
:
none
;
transition
:
all
ease
0
.3s
;
transition
:
all
ease
0
.3s
;
overflow
:
visible
;
flex-basis
:
100%
;
&
:hover
{
&
:hover
{
background
:
#cb022c
;
background
:
#cb022c
;
color
:
#fff
;
color
:
#fff
;
...
@@ -918,7 +919,7 @@
...
@@ -918,7 +919,7 @@
height
:
31px
;
height
:
31px
;
font-size
:
12px
;
font-size
:
12px
;
padding
:
7px
10px
;
padding
:
7px
10px
;
line-height
:
1
.2
;
line-height
:
1
4px
;
span
{
span
{
position
:
relative
;
position
:
relative
;
z-index
:
9
;
z-index
:
9
;
...
@@ -1110,7 +1111,6 @@
...
@@ -1110,7 +1111,6 @@
left
:
50px
;
left
:
50px
;
right
:
0
;
right
:
0
;
padding
:
20px
25px
;
padding
:
20px
25px
;
margin-bottom
:
25px
;
.title
{
.title
{
margin
:
0
0
10px
;
margin
:
0
0
10px
;
font-size
:
24px
;
font-size
:
24px
;
...
@@ -1137,6 +1137,7 @@
...
@@ -1137,6 +1137,7 @@
.sub-footer
{
.sub-footer
{
font-size
:
12px
;
font-size
:
12px
;
color
:
#574f4d
;
color
:
#574f4d
;
margin-bottom
:
95px
;
padding
:
25px
0
;
padding
:
25px
0
;
}
}
...
...
src/assets/scss/_responsive.scss
View file @
239476df
...
@@ -171,6 +171,12 @@
...
@@ -171,6 +171,12 @@
.fixed-bg
{
.fixed-bg
{
background-attachment
:
scroll
;
background-attachment
:
scroll
;
}
}
.sub-footer
{
margin-bottom
:
0
;
}
footer
.form-wrap
{
margin-bottom
:
34px
;
}
}
}
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
...
...
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