Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Functional Programming
Diskuy-Frontend
Commits
2ad24650
Commit
2ad24650
authored
Feb 23, 2021
by
Jonathan Chandra
Browse files
delete css files
parent
11c5469b
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/styles/profile/UpdateProfileForm.css
deleted
100644 → 0
View file @
11c5469b
.updateProfileFormContainer
{
margin
:
36px
72px
!important
;
}
label
{
font-family
:
"DM Sans"
;
font-size
:
18px
;
color
:
#000000
;
font-weight
:
bold
;
margin-bottom
:
12px
;
}
.username
{
min-width
:
1120px
;
max-width
:
1296px
;
font-family
:
"DM Sans"
;
height
:
45px
;
padding
:
12px
16px
;
border-radius
:
8px
;
border
:
0
;
box-shadow
:
0px
0px
8px
1px
rgba
(
0
,
0
,
0
,
0.25
);
margin-bottom
:
32px
;
}
.buttonSubmit
{
border-radius
:
4px
;
border-width
:
0px
;
padding
:
8px
;
font-family
:
"DM Sans"
;
color
:
#ffffff
;
border-style
:
none
;
background-color
:
#DE6600
;
border-color
:
#DE6600
;
}
textarea
:focus
,
input
:focus
,
select
:focus
{
outline
:
none
;
}
@media
only
screen
and
(
min-device-width
:
320px
)
and
(
max-device-width
:
480px
)
{
label
{
font-size
:
14px
;
margin-bottom
:
12px
;
}
}
\ No newline at end of file
src/styles/thread/EditThread.css
deleted
100644 → 0
View file @
11c5469b
.editThreadContainer
{
margin
:
36px
72px
!important
;
}
.back
{
margin-top
:
32px
;
color
:
#007A7A
;
}
.back
:hover
{
cursor
:
pointer
;
}
.header
{
margin-top
:
36px
;
}
.header
h1
{
font-family
:
"DM Sans"
;
font-size
:
2.25rem
;
color
:
#003F5A
;
}
label
{
font-family
:
"DM Sans"
;
font-size
:
18px
;
color
:
#000000
;
font-weight
:
bold
;
margin-bottom
:
12px
;
}
.buttonSubmit
{
border-radius
:
4px
;
border-width
:
0px
;
padding
:
8px
;
font-family
:
"DM Sans"
;
color
:
#ffffff
;
border-style
:
none
;
background-color
:
#DE6600
;
border-color
:
#DE6600
;
}
textarea
:focus
,
input
:focus
,
select
:focus
{
outline
:
none
;
}
@media
only
screen
and
(
min-device-width
:
320px
)
and
(
max-device-width
:
480px
)
{
.header
h1
{
font-size
:
28px
;
}
}
\ No newline at end of file
src/styles/topic/CreateTopicForm.css
deleted
100644 → 0
View file @
11c5469b
.createTopicFormContainer
{
margin
:
36px
72px
!important
;
}
.buttonSubmit
{
border-radius
:
4px
;
border-width
:
0px
;
padding
:
8px
;
font-family
:
"DM Sans"
;
color
:
#ffffff
;
border-style
:
none
;
background-color
:
#DE6600
;
border-color
:
#DE6600
;
}
textarea
:focus
,
input
:focus
,
select
:focus
{
outline
:
none
;
}
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