LEFT | RIGHT |
1 /* Processed with LESS from lib/views/stylesheet.less */ | 1 /* Processed with LESS from lib/views/stylesheet.less */ |
2 @font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif; | 2 @font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
3 @font-family-medium: 'Ubuntu Medium', 'Helvetica Neue', Helvetica, Arial, sans-s
erif; | 3 @font-family-medium: 'Ubuntu Medium', 'Helvetica Neue', Helvetica, Arial, sans-s
erif; |
4 | 4 |
5 /* Define common colors. */ | 5 /* Define common colors. */ |
6 @label-color: #292929; | 6 @label-color: #292929; |
7 @text-entry-color: #6d6e70; | 7 @text-entry-color: #6d6e70; |
8 @charm-panel-orange: #dd4814; | 8 @charm-panel-orange: #dd4814; |
9 @charm-panel-configure-title-color: #eee7d5; | 9 @charm-panel-configure-title-color: #eee7d5; |
10 @charm-panel-configure-name-color: #8f8f88; | 10 @charm-panel-configure-name-color: #8f8f88; |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 background-repeat: no-repeat; | 331 background-repeat: no-repeat; |
332 border-bottom: 1px #5f594f solid; | 332 border-bottom: 1px #5f594f solid; |
333 cursor: pointer; | 333 cursor: pointer; |
334 line-height: 32px; | 334 line-height: 32px; |
335 padding: 5px 5px 5px 5px; | 335 padding: 5px 5px 5px 5px; |
336 .create-border-radius(@border_radius); | 336 .create-border-radius(@border_radius); |
337 | 337 |
338 a { | 338 a { |
339 text-decoration: none; | 339 text-decoration: none; |
340 font-size: 75%; | 340 font-size: 75%; |
341 padding-left: 10px; | 341 color: #fdf6e3; |
342 } | 342 } |
343 | 343 |
344 &.view-service { | 344 &.view-service { |
345 background-image: url(/juju-ui/assets/images/icons/icon_noshadow
_view.png); | 345 background-image: url(/juju-ui/assets/images/icons/icon_noshadow
_view.png); |
346 } | 346 } |
347 &.add-relation { | 347 &.add-relation { |
348 background-image: url(/juju-ui/assets/images/icons/icon_noshadow
_relation.png); | 348 background-image: url(/juju-ui/assets/images/icons/icon_noshadow
_relation.png); |
349 } | 349 } |
350 &.destroy-service { | 350 &.destroy-service { |
351 background-image: url(/juju-ui/assets/images/icons/icon_noshadow
_destroy.png); | 351 background-image: url(/juju-ui/assets/images/icons/icon_noshadow
_destroy.png); |
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1590 } | 1590 } |
1591 .error { | 1591 .error { |
1592 color: red; | 1592 color: red; |
1593 font-weight: bold; | 1593 font-weight: bold; |
1594 } | 1594 } |
1595 | 1595 |
1596 #loading-spinner { | 1596 #loading-spinner { |
1597 height: 100px; | 1597 height: 100px; |
1598 } | 1598 } |
1599 } | 1599 } |
LEFT | RIGHT |