MigrationDetail.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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: 64px;
  18. height: 32px;
  19. margin-top: 52px;
  20. margin-left: 70px;
  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. .title {
  40. font-weight: $weight-semibold;
  41. font-size: 10px;
  42. color: $gray-dark;
  43. letter-spacing: -0.34px;
  44. text-transform: uppercase;
  45. margin-bottom: 8px;
  46. }
  47. .titleIp {
  48. font-weight: $weight-semibold;
  49. font-size: 14px;
  50. color: $gray;
  51. letter-spacing: -0.41px;
  52. }
  53. .value {
  54. font-weight: $weight-regular;
  55. font-size: 14px;
  56. color: $black;
  57. letter-spacing: -0.41px;
  58. a {
  59. color: $blue;
  60. }
  61. }
  62. }
  63. .cloudImg {
  64. width: 96px;
  65. margin-top: 16px;
  66. }