Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OSSD11_C0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
64160174
OSSD11_C0
Merge requests
!11
64160174
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
64160174
64160174
into
main
Overview
0
Commits
6
Pipelines
0
Changes
22
Closed
64160174
64160295
requested to merge
64160174
into
main
Apr 6, 2023
Overview
0
Commits
6
Pipelines
0
Changes
22
0
0
Merge request reports
Viewing commit
209117da
Prev
Next
Show latest version
22 files
+
888
−
247
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
209117da
folder
· 209117da
ukityeamyai
authored
Apr 6, 2023
public/css/Register/register_page1.css
+
16
−
14
View file @ 209117da
Edit in single-file editor
Open in Web IDE
Show full file
h1
{
h1
{
font-family
:
'Kanit'
,
sans-serif
;
font-family
:
'Kanit'
,
sans-serif
;
margin-left
:
15%
;
margin-left
:
15%
;
margin-top
:
5%
;
margin-top
:
5%
;
color
:
#36618D
;
color
:
#36618D
;
}
}
input
[
type
=
"text"
],
input
[
type
=
"text"
],
select
.form-control
{
select
.form-control
{
background
:
transparent
;
background
:
transparent
;
border
:
none
;
border
:
none
;
border-bottom
:
1px
solid
#CCCCCC
;
border-bottom
:
1px
solid
#CCCCCC
;
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
border-radius
:
0
;
border-radius
:
0
;
outline
:
none
;
outline
:
none
;
}
}
input
[
type
=
"button"
],
/* input[type="button"],
select.form-select {
select.form-select {
color: #000000;
color: #000000;
background-color: #ffffff;
background-color: #ffffff;
border-color: #ffffff;
border-color: #ffffff;
}
} */
input
[
type
=
"text"
]
:focus
,
input
[
type
=
"text"
]
:focus
,
select
.form-control
:focus
{
select
.form-control
:focus
{
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
.container
{
.container
{
font-family
:
'Kanit'
,
sans-serif
;
font-family
:
'Kanit'
,
sans-serif
;
color
:
#808080
;
color
:
#808080
;
@@ -35,4 +37,4 @@ .container {
@@ -35,4 +37,4 @@ .container {
prefix
.form-label
{
prefix
.form-label
{
color
:
#808080
;
color
:
#808080
;
}
}
\ No newline at end of file
Loading