KIM-JINO5 4 miesięcy temu
rodzic
commit
346fed6d5f

+ 1 - 58
public/css/auth/register.css

@@ -1,61 +1,4 @@
-#registerForm {
-  background: #0f0f0f;
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  -webkit-box-orient: vertical;
-  -webkit-box-direction: normal;
-      -ms-flex-direction: column;
-          flex-direction: column;
-  -webkit-box-align: center;
-      -ms-flex-align: center;
-          align-items: center;
-  -webkit-box-pack: center;
-      -ms-flex-pack: center;
-          justify-content: center;
-  height: 100vh;
-}
-#registerForm a {
-  text-decoration: none;
-}
-#registerForm header {
-  font-family: "Open-Sans-Extrabold";
-  font-size: 37px;
-  font-weight: bolder;
-  margin: 1.6rem 0;
-}
-#registerForm header a {
-  color: #d3d629;
-}
-#registerForm header a:hover, #registerForm header a:focus {
-  color: #a8aa2f;
-}
-#registerForm main {
-  max-width: 800px;
-  padding: 10px;
-}
-#registerForm main h5 {
-  font-weight: bold;
-  margin-bottom: 0.8rem;
-}
-#registerForm main hr {
-  margin: 0.9rem 0;
-  border-color: #888;
-}
-#registerForm main form section {
-  margin: 10px 0;
-}
-#registerForm main form section blockquote {
-  height: 90px;
-  border: 1px solid #ddd;
-  border-radius: 5px;
-  overflow-y: scroll;
-  padding: 10px;
-}
-#registerForm main form section div:last-child a {
-  color: #0066c0;
-}
-#registerForm main form section div:last-child a:hover, #registerForm main form section div:last-child a:focus {
+#registerForm{background:#0f0f0f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh}#registerForm a{text-decoration:none}#registerForm header{font-family:"Open-Sans-Extrabold";font-size:37px;font-weight:bolder;margin:1.6rem 0}#registerForm header a{color:#d3d629}#registerForm header a:hover,#registerForm header a:focus{color:#a8aa2f}#registerForm main{max-width:800px;padding:10px}#registerForm main h5{font-weight:bold;margin-bottom:.8rem}#registerForm main hr{margin:.9rem 0;border-color:#888}#registerForm main form section{margin:10px 0}#registerForm main form section blockquote{height:90px;border:1px solid #ddd;border-radius:5px;overflow-y:scroll;padding:10px}#registerForm main form section div:last-child a{color:#0066c0}#registerForm main form section div:last-child a:hover,#registerForm main form section div:last-child a:focus{color:#00558c;text-decoration:underline}#registerForm main footer{text-align:center;font-size:11px;color:#6c6c6c;background:rgba(0,0,0,0);border:0;padding:0}ld a:hover, #registerForm main form section div:last-child a:focus {
   color: #00558c;
   text-decoration: underline;
 }

Plik diff jest za duży
+ 0 - 0
public/css/common/font.css


+ 17 - 1
public/css/desktop/account/certify.css

@@ -1,4 +1,20 @@
-#accountCertify{position:relative}#accountCertify>dl{margin-bottom:1.5rem}#accountCertify>dl dt{font-size:17px;margin-bottom:10px}#accountCertify>dl dd{font-size:13px}#accountCertify form{min-width:250px;max-width:420px;margin:0 auto}#accountCertify form table{border:none} margin: 0 auto;
+#accountCertify {
+  position: relative;
+}
+#accountCertify > dl {
+  margin-bottom: 1.5rem;
+}
+#accountCertify > dl dt {
+  font-size: 17px;
+  margin-bottom: 10px;
+}
+#accountCertify > dl dd {
+  font-size: 13px;
+}
+#accountCertify form {
+  min-width: 250px;
+  max-width: 420px;
+  margin: 0 auto;
 }
 #accountCertify form table {
   border: none;

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików