mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 06:51:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
21
frontend/static/css/module/validation.css
Normal file
21
frontend/static/css/module/validation.css
Normal file
@@ -0,0 +1,21 @@
|
||||
@CHARSET "UTF-8";
|
||||
.form-group{
|
||||
position:relative;
|
||||
}
|
||||
.help-block{
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
top: 25%;
|
||||
margin-left: 1rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.help-block .iconfont{
|
||||
margin-right:0.5rem;
|
||||
font-size:1.5rem;
|
||||
}
|
||||
.help-block .error{
|
||||
color:#FF0025;
|
||||
}
|
||||
.help-block .success{
|
||||
color:#86d48d;
|
||||
}
|
Reference in New Issue
Block a user