Gitlab@Informatics

Skip to content
Snippets Groups Projects

64160174

22 files
+ 888
247
Compare changes
  • Side-by-side
  • Inline

Files

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