Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_Alipins
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angelico Ruiz T. Teaño
widget_Alipins
Commits
f1cdff52
Commit
f1cdff52
authored
May 22, 2022
by
Angelico Ruiz T. Teaño
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update css styling of pages in assignments app
parent
85a1049d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
style.css
widget_alipins/static/assignments/style.css
+43
-0
No files found.
widget_alipins/static/assignments/style.css
View file @
f1cdff52
.topnav
{
padding
:
10px
30px
;
}
body
{
font-family
:
sans-serif
,
Arial
,
Helvetica
;
color
:
#2d384e
;
line-height
:
2
;
font-size
:
18px
;
}
input
,
select
,
textarea
{
font-family
:
sans-serif
,
Arial
,
Helvetica
;
font-size
:
18px
;
color
:
#2d384e
;
line-height
:
2
;
border-radius
:
10px
;
border
:
1px
solid
#2d384e
;
padding
:
2px
10px
;
margin
:
8px
0px
;
}
textarea
{
resize
:
vertical
;
width
:
95%
;
height
:
30vh
;
display
:
block
;
}
div
{
margin
:
auto
;
width
:
50%
;
border
:
3px
solid
rgb
(
194
,
129
,
7
);
border-radius
:
20px
;
padding
:
30px
40px
40px
40px
;
}
h1
{
margin
:
10px
;
font-size
:
40px
;
text-align
:
center
;
text-decoration
:
underline
;
...
...
@@ -46,3 +71,21 @@ img {
max-width
:
100%
;
height
:
auto
;
}
input
[
type
=
submit
],
button
{
width
:
100%
;
background-color
:
#60f0ad
;
padding
:
5px
;
margin
:
12px
0px
0px
0px
;
border
:
none
;
border-radius
:
20px
;
cursor
:
pointer
;
font-family
:
sans-serif
,
Arial
,
Helvetica
;
font-size
:
18px
;
color
:
#2d384e
;
line-height
:
2
;
}
input
[
type
=
submit
]
:hover
,
button
:hover
{
background-color
:
#5bda9e
;
}
\ 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