Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | // actions |
| 2 | .mt-actions { |
||
| 3 | .mt-action { |
||
| 4 | margin: 0px; |
||
| 5 | padding: 15px 0 15px 0; |
||
| 6 | border-bottom:1px solid lighten(#E9EBEE, 5%); |
||
| 7 | |||
| 8 | &:last-child{ |
||
| 9 | border-bottom:0px; |
||
| 10 | } |
||
| 11 | |||
| 12 | .mt-action-img { |
||
| 13 | width: 40px; |
||
| 14 | float: left; |
||
| 15 | |||
| 16 | > img { |
||
| 17 | border-radius: 50% !important; |
||
| 18 | margin-bottom: 2px; |
||
| 19 | } |
||
| 20 | } |
||
| 21 | |||
| 22 | .mt-action-body { |
||
| 23 | padding-left: 15px; |
||
| 24 | position: relative; |
||
| 25 | overflow:hidden; |
||
| 26 | |||
| 27 | .mt-action-row { |
||
| 28 | display: table; |
||
| 29 | width: 100%; |
||
| 30 | |||
| 31 | .mt-action-info { |
||
| 32 | display: table-cell; |
||
| 33 | vertical-align: top; |
||
| 34 | |||
| 35 | .mt-action-icon { |
||
| 36 | display: table-cell; |
||
| 37 | padding: 6px 20px 6px 6px; |
||
| 38 | |||
| 39 | > i { |
||
| 40 | display: inline-block; |
||
| 41 | position: relative; |
||
| 42 | top: 10px; |
||
| 43 | font-size: 25px; |
||
| 44 | color:#78E0E8; |
||
| 45 | } |
||
| 46 | |||
| 47 | } |
||
| 48 | |||
| 49 | .mt-action-details { |
||
| 50 | display: table-cell; |
||
| 51 | vertical-align: top; |
||
| 52 | |||
| 53 | .mt-action-author { |
||
| 54 | color: #060606; |
||
| 55 | font-weight: 600; |
||
| 56 | } |
||
| 57 | |||
| 58 | .mt-action-desc { |
||
| 59 | margin-bottom: 0; |
||
| 60 | color:darken(#A6A8A8, 5%); |
||
| 61 | } |
||
| 62 | } |
||
| 63 | } |
||
| 64 | |||
| 65 | .mt-action-datetime { |
||
| 66 | vertical-align: top; |
||
| 67 | display: table-cell; |
||
| 68 | text-align: center; |
||
| 69 | width: 150px; |
||
| 70 | white-space: nowrap; |
||
| 71 | padding-top:15px; |
||
| 72 | color:#A6A8A8; |
||
| 73 | |||
| 74 | .mt-action-dot { |
||
| 75 | display: inline-block; |
||
| 76 | width: 10px; |
||
| 77 | height: 10px; |
||
| 78 | background-color:red; |
||
| 79 | border-radius: 50% !important; |
||
| 80 | margin-left: 5px; |
||
| 81 | margin-right: 5px; |
||
| 82 | } |
||
| 83 | } |
||
| 84 | |||
| 85 | .mt-action-buttons { |
||
| 86 | vertical-align: top; |
||
| 87 | display: table-cell; |
||
| 88 | text-align: center; |
||
| 89 | width: 160px; |
||
| 90 | white-space: nowrap; |
||
| 91 | padding-top:10px; |
||
| 92 | |||
| 93 | } |
||
| 94 | } |
||
| 95 | } |
||
| 96 | } |
||
| 97 | } |
||
| 98 | |||
| 99 | @media (max-width: $screen-xs-max) { /* 767px */ |
||
| 100 | .mt-actions { |
||
| 101 | .mt-action { |
||
| 102 | .mt-action-body { |
||
| 103 | .mt-action-row { |
||
| 104 | display: block; |
||
| 105 | |||
| 106 | .mt-action-info { |
||
| 107 | display: block; |
||
| 108 | } |
||
| 109 | |||
| 110 | .mt-action-datetime { |
||
| 111 | display: inline-block; |
||
| 112 | margin-left: 40px; |
||
| 113 | } |
||
| 114 | |||
| 115 | .mt-action-buttons { |
||
| 116 | display: inline-block; |
||
| 117 | float: right; |
||
| 118 | } |
||
| 119 | } |
||
| 120 | } |
||
| 121 | } |
||
| 122 | } |
||
| 123 | } |