Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e856059 authored by Daniel J. Ramirez's avatar Daniel J. Ramirez Committed by Romain Hunault
Browse files

Updated styles

parent c1de74fe
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -207,6 +207,12 @@ input.btn[type="submit"] {
.checkmark_input.inverted:not(:checked) + .checkmark .unchecked {
  display: none;
}
.collapser input:checked ~ .collapse {
  display: initial;
}
.collapser input:not(:checked) ~ .collapse {
  display: none;
}
.custom-select {
  appearance: none;
  -webkit-appearance: none;
@@ -287,6 +293,9 @@ footer {
  color: #c1c1c1;
  padding-bottom: 8px;
}
footer .links > :first-child {
  margin-right: 8px;
}
.hidden,
#icons {
  display: none;
@@ -782,8 +791,11 @@ nav #eelo_links > * {
  width: 100%;
  margin-top: 16px;
}
.infobox table {
  margin-top: 16px;
}
.infobox table tr {
  vertical-align: baseline;
  vertical-align: top;
}
.infobox table tr td {
  padding: 0;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+4 −0
Original line number Diff line number Diff line
@@ -56,6 +56,10 @@ footer {
  text-align: center;
  color: #c1c1c1;
  padding-bottom: @spacing_medium;

  .links > :first-child {
    margin-right: @spacing_medium;
  }
}


+2 −4
Original line number Diff line number Diff line
@@ -171,8 +171,9 @@

  }

  table { margin-top: @spacing_large; }
  table tr {
    vertical-align: baseline;
    vertical-align: top;

    td {
      padding: 0;
@@ -184,9 +185,6 @@
      color: @text-muted-color;
      padding-right: @spacing_large;
    }
    & > .value {
      
    }
  }
}

+6 −0
Original line number Diff line number Diff line
@@ -76,6 +76,12 @@
}


.collapser {
  input:checked ~ .collapse { display: initial; }
  input:not(:checked) ~ .collapse { display: none; }
}


.custom-select {
  appearance: none;
  -webkit-appearance: none;
Loading