mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-24 13:11:46 +08:00
采用ACE界面
This commit is contained in:
18
OpenAuth.Mvc/Content/ace/css/less/page.error.less
Normal file
18
OpenAuth.Mvc/Content/ace/css/less/page.error.less
Normal file
@@ -0,0 +1,18 @@
|
||||
//error pages
|
||||
.error-container {
|
||||
margin:20px;
|
||||
padding:0;
|
||||
background:#FFF;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @screen-xs-max) {
|
||||
.error-container {
|
||||
margin:12px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: @screen-tiny-max) {
|
||||
.error-container {
|
||||
margin:6px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user