Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
35e71844
Commit
35e71844
authored
Nov 17, 2021
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
responsive added
parent
b5c9d742
Pipeline
#1451
passed with stage
in 1 minute 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
5 deletions
+33
-5
members-space-my-info.css
members_space/static/css/members-space-my-info.css
+18
-2
members-space.css
members_space/static/css/members-space.css
+15
-3
No files found.
members_space/static/css/members-space-my-info.css
View file @
35e71844
...
...
@@ -16,12 +16,28 @@
padding
:
1.5rem
0
;
}
@media
screen
and
(
min-width
:
351px
)
and
(
max-width
:
435px
)
{
.my_info_line
{
font-size
:
80%
;
padding
:
2vw
0
;
}
}
@media
screen
and
(
max-width
:
350px
)
{
.my_info_line
{
font-size
:
3.5vw
;
padding
:
2vw
0
;
}
}
.my_info_line_left
{
width
:
50%
;
text-align
:
right
;
padding-right
:
2rem
;
font-weight
:
bold
;
}
.my_info_line_right
{
width
:
50%
;
padding-left
:
2rem
;
...
...
@@ -34,6 +50,7 @@
#my_info
.member_coop_number_area
{
margin-bottom
:
0
;
}
}
#attached_info
{
display
:
flex
;
...
...
@@ -83,4 +100,4 @@
#my_info
.member_shift_name_area
{
align-items
:
flex-start
;
}
}
\ No newline at end of file
}
members_space/static/css/members-space.css
View file @
35e71844
...
...
@@ -6,6 +6,12 @@ body {
margin
:
35px
0
30px
0
;
}
@media
screen
and
(
max-width
:
435px
)
{
.page_title
{
margin
:
4vw
0
3vw
0
;
}
}
/* -- Tiles */
.tiles_container
{
...
...
@@ -145,15 +151,22 @@ body {
}
.unsuscribed_form_link
{
display
:
none
;
text-decoration
:
none
;
font-size
:
1.7rem
;
word-break
:
normal
;
}
.unsuscribed_form_link
:hover
{
text-decoration
:
none
;
}
@media
(
max-width
:
435px
)
{
.unsuscribed_form_link
{
font-size
:
90%
;
line-height
:
7vw
;
}
}
.member_status_up_to_date
,
.member_status_exempted
{
color
:
#5cb85c
;
...
...
@@ -290,4 +303,4 @@ body {
.shop_message_content
{
width
:
90%
;
}
}
\ No newline at end of file
}
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