wp/wp-admin/css/login.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   137 .no-js .hide-if-no-js {
   137 .no-js .hide-if-no-js {
   138 	display: none;
   138 	display: none;
   139 }
   139 }
   140 
   140 
   141 .login form {
   141 .login form {
   142 	margin-top: 20px;
   142 	margin: 24px 0;
   143 	margin-left: 0;
       
   144 	padding: 26px 24px;
   143 	padding: 26px 24px;
   145 	font-weight: 400;
   144 	font-weight: 400;
   146 	overflow: hidden;
   145 	overflow: hidden;
   147 	background: #fff;
   146 	background: #fff;
   148 	border: 1px solid #c3c4c7;
   147 	border: 1px solid #c3c4c7;
   222 
   221 
   223 .login form p.admin-email__details {
   222 .login form p.admin-email__details {
   224 	margin: 1.1em 0;
   223 	margin: 1.1em 0;
   225 }
   224 }
   226 
   225 
   227 .login h1.admin-email__heading {
   226 .login .admin-email__heading {
   228 	border-bottom: 1px #f0f0f1 solid;
   227 	border-bottom: 1px #f0f0f1 solid;
   229 	color: #50575e;
   228 	color: #50575e;
   230 	font-weight: normal;
   229 	font-weight: normal;
   231 	padding-bottom: 0.5em;
   230 	padding-bottom: 0.5em;
   232 	text-align: left;
   231 	text-align: left;
   282 	color: #3c434a;
   281 	color: #3c434a;
   283 	height: 84px;
   282 	height: 84px;
   284 	font-size: 20px;
   283 	font-size: 20px;
   285 	font-weight: 400;
   284 	font-weight: 400;
   286 	line-height: 1.3;
   285 	line-height: 1.3;
   287 	margin: 0 auto 25px;
   286 	margin: 0 auto 24px;
   288 	padding: 0;
   287 	padding: 0;
   289 	text-decoration: none;
   288 	text-decoration: none;
   290 	width: 84px;
   289 	width: 84px;
   291 	text-indent: -9999px;
   290 	text-indent: -9999px;
   292 	outline: none;
   291 	outline: none;
   405 
   404 
   406 /* Hide visually but not from screen readers */
   405 /* Hide visually but not from screen readers */
   407 .screen-reader-text,
   406 .screen-reader-text,
   408 .screen-reader-text span {
   407 .screen-reader-text span {
   409 	border: 0;
   408 	border: 0;
   410 	clip: rect(1px, 1px, 1px, 1px);
       
   411 	clip-path: inset(50%);
   409 	clip-path: inset(50%);
   412 	height: 1px;
   410 	height: 1px;
   413 	margin: -1px;
   411 	margin: -1px;
   414 	overflow: hidden;
   412 	overflow: hidden;
   415 	padding: 0;
   413 	padding: 0;