app/assets/less/components/request-item.less: adding "request-list-item-header-uri".
This commit is contained in:
parent
be1ef1b86d
commit
9851b05af3
1 changed files with 10 additions and 1 deletions
|
|
@ -36,12 +36,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-index {
|
&-index {
|
||||||
|
display: inline-block;
|
||||||
|
width: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-uri {
|
||||||
|
display: inline-block;
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-size {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-type,
|
&-type,
|
||||||
&-size,
|
|
||||||
&-timestamp {
|
&-timestamp {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
|
|
||||||
Reference in a new issue