CloudConnectionDetail.scss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /*
  2. Copyright (C) 2017 Cloudbase Solutions SRL
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU Affero General Public License as
  5. published by the Free Software Foundation, either version 3 of the
  6. License, or (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU Affero General Public License for more details.
  11. You should have received a copy of the GNU Affero General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. */
  14. @import '../variables.scss';
  15. .root {
  16. :global(.arrow) {
  17. width: 36px;
  18. height: 28px;
  19. margin-top: 30px;
  20. margin-left: 130px;
  21. position: absolute;
  22. }
  23. }
  24. .container {
  25. margin: 0 auto;
  26. &:after {
  27. clear: both;
  28. height: 0;
  29. display: block;
  30. content: ' ';
  31. }
  32. }
  33. .columnLeft, .columnRight {
  34. width: 50%;
  35. float: left;
  36. }
  37. .formGroup {
  38. margin-bottom: 32px;
  39. width: 50%;
  40. float: left;
  41. .title {
  42. font-weight: $weight-semibold;
  43. font-size: 10px;
  44. color: $gray-dark;
  45. text-transform: uppercase;
  46. margin-bottom: 8px;
  47. }
  48. .titleIp {
  49. font-weight: $weight-semibold;
  50. font-size: 14px;
  51. color: $gray;
  52. }
  53. .value {
  54. font-weight: $weight-regular;
  55. font-size: 14px;
  56. color: $black;
  57. a {
  58. color: $blue;
  59. }
  60. }
  61. }
  62. .cloudImg {
  63. width: 96px;
  64. margin-top: 16px;
  65. }