Procházet zdrojové kódy

Aggiorna 'css/lettera.css'

Alessia před 2 roky
rodič
revize
ad86d96b63
1 změnil soubory, kde provedl 37 přidání a 0 odebrání
  1. 37 0
      css/lettera.css

+ 37 - 0
css/lettera.css

@@ -301,4 +301,41 @@ div#all_info>div:nth-of-type(odd) {
   text-align:center;
   font-weight: 500;
   border-bottom: 1px solid;
+}
+
+.btn-outline-secondary {
+  background-color: #fff;
+  border-radius: 0;
+  border-color: #fff;
+}
+
+.btn-icon {
+  height:24px;
+}
+
+.btn-icon-btn {
+  background-color:#e7e7e7;
+  border-color: transparent;
+  border-radius: .25rem;
+  border: 1px solid transparent;
+  padding: .375rem .75rem;
+  font-size: 1rem;
+  line-height: 1.5;
+}
+
+#cite {
+  font-weight: 400;
+  color: #212529;
+  text-align: center;
+}
+
+#cite p {
+    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+    font-weight: 400;
+    margin-top: 0;
+    margin-bottom: 1rem;
+}
+
+#scheda_aspo {
+  padding: 0em 5em 4em 5em;
 }