This commit is contained in:
parent
17582fe9c1
commit
908c30ed75
1 changed files with 6 additions and 6 deletions
|
@ -44,7 +44,7 @@ body {
|
|||
.lock__name, .lock__state-label {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 1rem 0 0 0;
|
||||
margin: 1rem 0 0 1rem;
|
||||
}
|
||||
|
||||
.lock__line .lock__state-bat {
|
||||
|
@ -53,7 +53,7 @@ body {
|
|||
}
|
||||
|
||||
.lock__line button {
|
||||
min-width: 5rem;
|
||||
min-width: 4rem;
|
||||
margin: 0.1rem 0.5rem;
|
||||
padding: 0.1rem 0.5rem;
|
||||
border-radius: 2rem;
|
||||
|
@ -88,8 +88,8 @@ body {
|
|||
}
|
||||
|
||||
svg.icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
stroke-width: 2px;
|
||||
margin-bottom: -.2em;
|
||||
}
|
||||
|
@ -107,8 +107,8 @@ svg.icon {
|
|||
|
||||
.legend__icons {
|
||||
list-style-type: none;
|
||||
padding: calc(32px + 0.3em);
|
||||
text-indent: calc(-32px - 0.3em);
|
||||
padding: calc(24px + 0.3em);
|
||||
text-indent: calc(-24px - 0.3em);
|
||||
}
|
||||
|
||||
.legend__icons .icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue