File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 102102 font-size : 14px ;
103103}
104104
105- .links a {
106- color : # 0066cc ;
107- text-decoration : none;
108- }
105+ .links a {
106+ color : # 0066cc ;
107+ text-decoration : none;
108+ }
109109
110- .links a : hover {
111- text-decoration : underline;
112- }
110+ .links a : hover {
111+ text-decoration : underline;
112+ }
113113
114114.small {
115115 font-size : 12px ;
128128 text-align : center;
129129}
130130
131- .email-display2 > span {
132- position : relative;
133- padding : 0.5rem 1rem ;
134- }
131+ .email-display2 > span {
132+ position : relative;
133+ padding : 0.5rem 1rem ;
134+ }
135135
136- .email-display2 > span : after {
137- content : "" ;
138- position : absolute;
139- inset : 0 ;
140- border : 1px solid var (--bs-border-color );
141- border-radius : 20px ;
142- }
136+ .email-display2 > span : after {
137+ content : "" ;
138+ position : absolute;
139+ inset : 0 ;
140+ border : 1px solid var (--bs-border-color );
141+ border-radius : 20px ;
142+ }
143143
144144.login-video-wrap {
145145 text-align : center;
You can’t perform that action at this time.
0 commit comments