Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IT2810 H21
Team 28
project-3
Commits
8bd3ec5a
Commit
8bd3ec5a
authored
Oct 31, 2021
by
Ingri Holm Nygaardsmoen
Browse files
Fikset sorteringsknapper
#8
parent
cdd100d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
project-3/src/components/header/Header.css
View file @
8bd3ec5a
...
@@ -13,7 +13,7 @@ header{
...
@@ -13,7 +13,7 @@ header{
.Header__Content
{
.Header__Content
{
margin-top
:
15px
;
margin-top
:
15px
;
width
:
100%
;
width
:
100%
;
height
:
20
vmin
;
height
:
35
vmin
;
}
}
@media
only
screen
and
(
max-width
:
500px
)
{
@media
only
screen
and
(
max-width
:
500px
)
{
.Header__Logo
{
.Header__Logo
{
...
...
project-3/src/components/searchbar/Filter.css
View file @
8bd3ec5a
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
display
:
inline-block
;
display
:
inline-block
;
position
:
absolute
;
position
:
absolute
;
left
:
40rem
;
left
:
40rem
;
top
:
1.5
rem
;
top
:
3
rem
;
z-index
:
20
;
z-index
:
20
;
}
}
.Filter__Title
,
.Filter__Container__closed
:hover
{
.Filter__Title
,
.Filter__Container__closed
:hover
{
...
@@ -20,13 +20,13 @@
...
@@ -20,13 +20,13 @@
margin-left
:
2vw
;
margin-left
:
2vw
;
display
:
grid
;
display
:
grid
;
width
:
15rem
;
width
:
15rem
;
height
:
9
rem
;
height
:
10
rem
;
z-index
:
20
;
z-index
:
20
;
}
}
.Filter__Big_Buttons
{
.Filter__Big_Buttons
{
display
:
flex
;
display
:
flex
;
flex-flow
:
row
;
flex-flow
:
row
;
height
:
2
vmin
;
height
:
3
vmin
;
width
:
50vmin
;
width
:
50vmin
;
justify-Content
:
space-around
;
justify-Content
:
space-around
;
align-Items
:
center
;
align-Items
:
center
;
...
@@ -37,6 +37,12 @@ Button{
...
@@ -37,6 +37,12 @@ Button{
height
:
55px
;
height
:
55px
;
}
}
.Sorting
{
z-index
:
1
;
display
:
flex
;
flex-direction
:
column
;
}
@media
only
screen
and
(
max-width
:
1000px
)
{
@media
only
screen
and
(
max-width
:
1000px
)
{
.Filter__Big_Container
{
.Filter__Big_Container
{
...
...
Write
Preview
Supports
Markdown
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