mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
a8a7be7f20
* initial scaffolding * pack info sidebar * fixing the merge of the routes * Remove radium from pack info sidepanel * lint * cards! * redux entity config * pack interface * wiring up redux with fake dev data * Add description attribute to packs * move redux to top level page component to isolate data fetching * initial scaffolding of all packs table * adding redux entities back * minimal * alpha order in packs.js * no newlines in HTML * onclick handler to function on component class * alpha order in router * alpha order in paths.js * no newline in side panel * removing input field * lint fixes
14 lines
301 B
SCSS
14 lines
301 B
SCSS
.pack-info-side-panel {
|
|
background-color: $white;
|
|
border-left: 1px solid $border-medium;
|
|
bottom: 0;
|
|
box-shadow: 2px 0 8px 0 rgba($black, 0.1);
|
|
box-sizing: border-box;
|
|
overflow: scroll;
|
|
padding: px-to-rem(13) px-to-rem(13) 70px;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
width: 300px;
|
|
}
|