styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
K
K
Zeile 12: Zeile 12:
 
   font-size: 2rem;
 
   font-size: 2rem;
 
   left: 0rem;
 
   left: 0rem;
   top: -2rem;
+
   top: -1.75rem;
 
   margin: 0 !important;
 
   margin: 0 !important;
 
   padding: 0 !important;
 
   padding: 0 !important;

Version vom 18. November 2020, 10:14 Uhr

.randnotiz {
  border-top: solid 0.5rem #888;
  padding: 0 !important;
}

.wichtig {
  border-color: #b51f1f;
}

.randnotiz-icon {
  position: absolute;
  font-size: 2rem;
  left: 0rem;
  top: -1.75rem;
  margin: 0 !important;
  padding: 0 !important;
}

.wichtig i {
  color: #b51f1f;
}

/* Desktop */
@media screen and (min-width: 1550px) {
.randnotiz {
  position: absolute;
  right: -200px;
  width: 250px;
}
}