Revision 3a0726aa snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss | ||
---|---|---|
58 | 58 |
background-color: $light-bg; |
59 | 59 |
} |
60 | 60 |
} |
61 |
&.containers { |
|
62 |
margin-right: 30px; |
|
63 |
margin-left:30px; |
|
64 |
.items-list { |
|
65 |
&>li { |
|
66 |
padding-right: 0; |
|
67 |
padding-left: 0; |
|
68 |
height:60px; |
|
69 |
&>* { |
|
70 |
display: inline-block; |
|
71 |
overflow: hidden; |
|
72 |
// border: 1px solid pink; |
|
73 |
height: 100%; |
|
74 |
line-height: 100%; |
|
75 |
} |
|
76 |
.basic-data { |
|
77 |
width: 25%; |
|
78 |
} |
|
79 |
.size-data{ |
|
80 |
width: 35%; |
|
81 |
.progress-col { |
|
82 |
height: 20px; |
|
83 |
line-height: 20px; |
|
84 |
width: 150px; |
|
85 |
.progress { |
|
86 |
border-color: $gray-2; |
|
87 |
height: 100%; |
|
88 |
line-height: 100%; |
|
89 |
.meter { |
|
90 |
text-align: right; |
|
91 |
font-size: 10px; |
|
92 |
padding: 2px; |
|
93 |
background-color: $gray-2; |
|
94 |
color: white; |
|
95 |
} |
|
96 |
} |
|
97 |
|
|
98 |
} |
|
99 |
.size { |
|
100 |
width: auto; |
|
101 |
line-height: 20px; |
|
102 |
height: 20px; |
|
103 |
padding-left: 20px; |
|
104 |
} |
|
105 |
} |
|
106 |
.project { |
|
107 |
position: relative; |
|
108 |
width: 35%; |
|
109 |
font-size: emCalc(12px); |
|
110 |
.available { |
|
111 |
list-style: none; |
|
112 |
visibility: hidden; |
|
113 |
width: 100%; |
|
114 |
} |
|
115 |
.btn-more { |
|
116 |
display: inline-block; |
|
117 |
margin-left: 5px; |
|
118 |
border: 1px solid $gray-2; |
|
119 |
.explain { |
|
120 |
display: none; |
|
121 |
} |
|
122 |
.snf-arrow-down { |
|
123 |
} |
|
124 |
} |
|
125 |
|
|
126 |
} |
|
127 |
.img-wrap { |
|
128 |
.snf-folder-full { |
|
129 |
font-size: emCalc(34px); |
|
130 |
color: $secondary-color; |
|
131 |
} |
|
132 |
span:not(.snf-folder-full) { |
|
133 |
color: $gray-2; |
|
134 |
font-size: emCalc(16px); |
|
135 |
position: relative; |
|
136 |
bottom: 5px; |
|
137 |
left: -28px; |
|
138 |
} |
|
139 |
} |
|
140 |
|
|
141 |
} |
|
142 |
} |
|
143 |
} |
|
61 | 144 |
} |
62 | 145 |
.storage-progress{ |
63 | 146 |
.items-list { |
Also available in: Unified diff