mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-07-01 09:30:16 -05:00
migrated to ASP.Net Core
This commit is contained in:
14
Webfront/bower_components/bootstrap/assets/scss/_skiplink.scss
vendored
Normal file
14
Webfront/bower_components/bootstrap/assets/scss/_skiplink.scss
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
// stylelint-disable selector-max-id
|
||||
|
||||
#skippy {
|
||||
display: block;
|
||||
padding: 1em;
|
||||
color: #fff;
|
||||
background-color: $bd-purple;
|
||||
outline: 0;
|
||||
|
||||
.skiplink-text {
|
||||
padding: .5em;
|
||||
outline: 1px dotted;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user