File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
src/Identity/UI/src/wwwroot/V5/css Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
1+ /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
22for details on configuring this project to bundle and minify static web assets. */
33
44a .navbar-brand {
@@ -7,14 +7,13 @@ a.navbar-brand {
77 word-break : break-all;
88}
99
10- /* Provide sufficient contrast against white background */
1110a {
12- color : # 0366d6 ;
11+ color : # 0077cc ;
1312}
1413
15- :: selection {
16- color : # fff ;
17- background-color : # 333 ;
14+ . form-control : focus {
15+ border- color: # 0077cc ;
16+ box-shadow : 0 0 0 0.2 rem # 0077cc ;
1817}
1918
2019.btn-primary {
3332 outline : black auto 1px ;
3433}
3534
36- /* Sticky footer styles
37- -------------------------------------------------- */
3835html {
3936 font-size : 14px ;
4037}
@@ -68,15 +65,12 @@ button.accept-policy {
6865 line-height : inherit;
6966}
7067
71- /* Sticky footer styles
72- -------------------------------------------------- */
7368html {
7469 position : relative;
7570 min-height : 100% ;
7671}
7772
7873body {
79- /* Margin bottom by footer height */
8074 margin-bottom : 60px ;
8175}
8276.footer {
8579 width : 100% ;
8680 overflow : scroll;
8781 white-space : nowrap;
88- line-height : 60px ; /* Vertically center the text there */
82+ line-height : 60px ;
8983}
You can’t perform that action at this time.
0 commit comments