aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/selectable-ordered-input/selectable-ordered-input.styl
blob: e18358b7a28070a25d079be6fd66e10b1ac1b2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.os-selectable-ordered-input
  display: flex;
  flex-flow: row nowrap;

  .cl-action-btn
    width: 33px;
    height: 29px;
    font-size: 5px;
    margin: 3px;

  .sm-choices-section
    flex: 1;
    
  .sm-product-section
    flex: 1;

  .sm-choices-product-actions-bar
    flex: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;

    padding: 0 6px;

  .sm-product-actions-bar
    flex: 0;
    display: flex; 
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 6px;