mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
update sign in page with bootstrap 3
This commit is contained in:
@@ -11,8 +11,31 @@
|
||||
*= require_self
|
||||
*= require datepicker
|
||||
*= require bootstrap
|
||||
*= require bootstrap-responsive
|
||||
*= require bootstrap-timepicker
|
||||
*= require bootstrap_and_overrides
|
||||
*= require bootstrap-fontawesome
|
||||
*/
|
||||
|
||||
.container {
|
||||
max-width: 940px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.container img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.check_box {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: x-large;
|
||||
}
|
||||
Reference in New Issue
Block a user