Ugrás a tartalomhoz

Sablon:NoteBox/styles.css

Innen: TransLife.FYI
.note-box {
  border: 1px solid var(--border-color-notice,#987027);
  background-color: var(--background-color-notice-subtle, #fdf2d5);
  padding: 1.5rem 1rem 1rem 5rem;
  margin: 10px 0;
  position: relative;
  border-radius: 5px;
  font-size: 1rem;
}

.note-icon {
  background-color: var(--color-notice, #eeb533);
  color: var(--background-color-notice-subtle, #fdf2d5);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.5rem;
}