mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
20 lines
205 B
CSS
20 lines
205 B
CSS
|
a {
|
||
|
margin-left: calc(1em + 3px);
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
transition-duration: calc(-200ms + 1s);
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
margin-left: calc(1em + 2px);
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
background-size: calc(-10px + 100%);
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
border-left-width: 2px;
|
||
|
}
|