compatible test
This commit is contained in:
49
app/assets/stylesheets/login.scss
Normal file
49
app/assets/stylesheets/login.scss
Normal file
@@ -0,0 +1,49 @@
|
||||
@import "bootstrap/css/bootstrap-material-design.min";
|
||||
@import "node-waves/waves";
|
||||
@import "animate-css/animate";
|
||||
@import "BSBMaterial/style";
|
||||
|
||||
.login-page {
|
||||
margin: 1% auto;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.padding-10 {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.pin_pad {
|
||||
width: 33%;
|
||||
height: 70px;
|
||||
line-height: 70px;
|
||||
text-align: center;
|
||||
background: #54A5AF;
|
||||
font-size: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.left {
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.card {
|
||||
margin-top: 10px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 2px;
|
||||
background-clip: padding-box;
|
||||
transition: 0.3s ease;
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
border-top: none;
|
||||
}
|
||||
Reference in New Issue
Block a user