css files beautify

ver3
acetone 2023-03-08 20:05:17 +03:00
parent b7f2b61da8
commit 16f14b7a00
2 changed files with 0 additions and 12 deletions

View File

@ -4,7 +4,6 @@
margin: 0; margin: 0;
outline: none; outline: none;
text-decoration: none; text-decoration: none;
font-family: monospace; font-family: monospace;
} }
@ -30,9 +29,7 @@
.error__header { .error__header {
background-color: #0502a3; background-color: #0502a3;
color: #fff; color: #fff;
padding: 2px 4px; padding: 2px 4px;
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
align-items: center; align-items: center;
@ -48,18 +45,15 @@
color: #000; color: #000;
border-radius: 1px; border-radius: 1px;
background-color: #ddd; background-color: #ddd;
border: 2px solid #aaa; border: 2px solid #aaa;
border-top-color: #aaa; border-top-color: #aaa;
border-right-color: #666; border-right-color: #666;
border-bottom-color: #666; border-bottom-color: #666;
border-left-color: #aaa; border-left-color: #aaa;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
width: 20px; width: 20px;
height: 20px; height: 20px;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
align-items: center; align-items: center;
@ -106,7 +100,6 @@
.error__control-btn { .error__control-btn {
padding: 4px 16px; padding: 4px 16px;
border-radius: 1px; border-radius: 1px;
background-color: #eee; background-color: #eee;
border: 2px solid #aaa; border: 2px solid #aaa;
@ -114,12 +107,10 @@
border-right-color: #666; border-right-color: #666;
border-bottom-color: #666; border-bottom-color: #666;
border-left-color: #aaa; border-left-color: #aaa;
color: #444; color: #444;
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
text-transform: uppercase; text-transform: uppercase;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
align-items: center; align-items: center;

View File

@ -2,7 +2,6 @@
box-sizing: border-box; box-sizing: border-box;
} }
.body { .body {
font-size: 16px; font-size: 16px;
font-family: monospace; font-family: monospace;
@ -32,8 +31,6 @@
.captcha__pic { .captcha__pic {
width: 100%; width: 100%;
/* height: 200px; */
/* background-color: darkslategray; */
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
align-items: center; align-items: center;