Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lexam_frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lexam
lexam_frontend
Commits
d05cefb7
Commit
d05cefb7
authored
3 years ago
by
ryoaxton
Browse files
Options
Downloads
Patches
Plain Diff
fix styling
parent
e2e03ba1
No related branches found
No related tags found
1 merge request
!14
Ryoaxtonlie/implement quesiton preview
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/Button.js
+4
-1
4 additions, 1 deletion
src/components/Button.js
src/components/Test/TestTopicConfiguration.js
+1
-1
1 addition, 1 deletion
src/components/Test/TestTopicConfiguration.js
src/index.css
+20
-1
20 additions, 1 deletion
src/index.css
with
25 additions
and
3 deletions
src/components/Button.js
+
4
−
1
View file @
d05cefb7
...
@@ -23,7 +23,10 @@ function Button(props) {
...
@@ -23,7 +23,10 @@ function Button(props) {
`
}
>
`
}
>
{
{
(
!
props
.
isIconOnRight
&&
props
.
featherIconName
)
&&
(
!
props
.
isIconOnRight
&&
props
.
featherIconName
)
&&
<
FeatherIcon
icon
=
{
props
.
featherIconName
}
className
=
{
`
${
props
.
textColor
}
h-6 w-6 cursor-pointer mr-3.5 my-auto`
}
/
>
<
FeatherIcon
icon
=
{
props
.
featherIconName
}
className
=
{
`
${
props
.
textColor
}
h-6 w-6 cursor-pointer
${
props
.
buttonLabel
?
'
mr-3.5
'
:
''
}
my-auto`
}
/
>
}
}
<
p
<
p
className
=
{
`
className
=
{
`
...
...
This diff is collapsed.
Click to expand it.
src/components/Test/TestTopicConfiguration.js
+
1
−
1
View file @
d05cefb7
...
@@ -529,7 +529,7 @@ function TestTopicConfiguration(props) {
...
@@ -529,7 +529,7 @@ function TestTopicConfiguration(props) {
<
div
onClick
=
{
handleClickDeleteTestTopicButton
}
>
<
div
onClick
=
{
handleClickDeleteTestTopicButton
}
>
<
Button
<
Button
buttonLabel
=
'
Delete T
est
'
buttonLabel
=
'
Delete T
opic
'
color
=
'
bg-white
'
color
=
'
bg-white
'
textColor
=
'
text-red
'
textColor
=
'
text-red
'
borderColor
=
'
border-red
'
borderColor
=
'
border-red
'
...
...
This diff is collapsed.
Click to expand it.
src/index.css
+
20
−
1
View file @
d05cefb7
...
@@ -14,6 +14,25 @@ code {
...
@@ -14,6 +14,25 @@ code {
monospace
;
monospace
;
}
}
.MuiFormControlLabel-label
{
.MuiFormControlLabel-label
,
.MuiOutlinedInput-input
,
.MuiFormLabel-root
{
font-family
:
'Inter'
,
sans-serif
!important
;
font-family
:
'Inter'
,
sans-serif
!important
;
}
.MuiDataGrid-columnHeaderTitle
,
.MuiDataGrid-cellContent
,
.MuiAutocomplete-endAdornment
,
.MuiAutocomplete-popper
,
.css-12jo7m5
,
.css-qc6sy-singleValue
,
.MuiTablePagination-displayedRows
,
.MuiDataGrid-selectedRowCount
,
.MuiAutocomplete-listbox
,
.MuiAutocomplete-noOptions
,
.MuiDataGrid-virtualScrollerContent
,
.MuiDataGrid-overlay
,
.MuiOutlinedInput-input
{
font-family
:
'Inter'
,
sans-serif
!important
;
color
:
#223C6D
!important
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment