Last active
June 13, 2020 12:00
-
-
Save Eccenux/1ef5d374af08603a9cc10df58b7b6fbd to your computer and use it in GitHub Desktop.
bazowa dostępność epuap dla ON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document url-prefix("https://epuap.gov.pl/") { | |
a:focus { | |
outline: 4px dashed darkorange; | |
outline-offset: -4px; | |
} | |
#headerTop .menu-right ul li { | |
padding: 0; | |
} | |
#headerTop .menu-right ul li a { | |
padding: .8em 1em; | |
box-sizing: border-box; | |
} | |
#EP2_katalogSpraw .sub-row .article-list ul.column li { | |
padding: 0; | |
} | |
#EP2_katalogSpraw .sub-row .article-list ul.column li a { | |
padding: 5px 10px; | |
display: inline-block; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.govpl-menu__section li a.active:focus { | |
outline:2px white dotted; | |
outline-offset: -3px; | |
} | |
.btn:focus, .btn.btn-primary:focus { | |
outline:2px white dotted; | |
outline-offset: -3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment