Disallow leading zeroes in Less (#10407)
This commit is contained in:
parent
71d5a090df
commit
4e912d2ed8
11 changed files with 102 additions and 101 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
.ui.header,
|
||||
.ui.segment {
|
||||
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
||||
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
|
||||
}
|
||||
|
||||
&.user {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue