parent
ccb72e9512
commit
2d3afea957
@ -0,0 +1,12 @@ |
||||
#login{ |
||||
.mx-auto{ |
||||
margin: 10px 0; |
||||
} |
||||
.form-control{ |
||||
// color: #fff; |
||||
background: rgb(242, 242, 242); |
||||
border-radius: 19px!important; |
||||
border: none; |
||||
outline: none; |
||||
} |
||||
} |
@ -0,0 +1,9 @@ |
||||
#register{ |
||||
.form-control{ |
||||
// color: #fff; |
||||
background: rgb(242, 242, 242); |
||||
border-radius: 19px!important; |
||||
border: none; |
||||
outline: none; |
||||
} |
||||
} |
@ -0,0 +1,9 @@ |
||||
#resetpwd{ |
||||
.form-control{ |
||||
// color: #fff; |
||||
background: rgb(242, 242, 242); |
||||
border-radius: 19px!important; |
||||
border: none; |
||||
outline: none; |
||||
} |
||||
} |
@ -1,3 +1,47 @@ |
||||
.manager { |
||||
color: red; |
||||
} |
||||
.navbar{ |
||||
padding: 0; |
||||
} |
||||
.switch{ |
||||
position: absolute; |
||||
right: 20px; |
||||
top: 20px; |
||||
padding: 0px 20px; |
||||
background-color: #ffffff; |
||||
border-radius: 5px; |
||||
.btn-secondary{ |
||||
background: none; |
||||
border: none; |
||||
color: rgb(80, 138, 202); |
||||
} |
||||
.btn-secondary:focus, .btn-secondary.focus{ |
||||
box-shadow: none; |
||||
} |
||||
.dropdown-toggle::after{ |
||||
border: none; |
||||
margin: 0; |
||||
content: none; |
||||
} |
||||
.dropdown-menu{ |
||||
padding: 10px 40px; |
||||
right: 0; |
||||
left: -50px!important; |
||||
a{ |
||||
line-height: 30px; |
||||
cursor: pointer; |
||||
&:hover{ |
||||
background: none; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
.navbar-light span { |
||||
color: #ffffff!important; |
||||
font-size: 22px!important; |
||||
font-family: 'Times new roman'!important; |
||||
} |
||||
.navbar-light a{ |
||||
cursor: pointer; |
||||
} |
After Width: | Height: | Size: 224 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 8.9 KiB |
@ -1,2 +1,6 @@ |
||||
/* You can add global styles to this file, and also import other style files */ |
||||
@import '../node_modules/bootstrap/scss/bootstrap'; |
||||
|
||||
body{ |
||||
background: rgb(80, 138, 202); |
||||
} |
||||
|
Loading…
Reference in new issue