blob: 57610986c3d5bc15a577bd5a0996be9b65e3d274 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.version-controller-bar {
AviZi280f8012017-06-09 02:39:56 +03002 display: flex;
3 min-height: 57px;
4 border-bottom: 1px solid $tlv-light-gray;
5 background-color: transparent;
6 .vc-container {
7 display: flex;
8 flex: 1;
9 align-self: center;
Michael Landoefa037d2017-02-19 12:57:33 +020010 background-color: transparent;
AviZi280f8012017-06-09 02:39:56 +030011 justify-content: space-between;
12 padding-left: 16px;
13 padding-right: 40px;
14 .version-status-container {
15 display: flex;
Michael Landoefa037d2017-02-19 12:57:33 +020016 height: 30px;
AviZi280f8012017-06-09 02:39:56 +030017 .version-selector {
18 border: none;
19 margin-top: 7px;
20 padding-right: 10px;
21 margin-right: 15px;
22 margin-left: 10px;
Avi Zivb8e2faf2017-07-18 19:45:38 +030023 @extend .body-1;
AviZi280f8012017-06-09 02:39:56 +030024 }
25 .version-section {
26 .form-group {
27 margin-right: 20px;
28 .input-options {
29 border: none;
30 .input-options-select {
31 padding-top: 4px;
Michael Landoefa037d2017-02-19 12:57:33 +020032 }
33 }
34 }
AviZi280f8012017-06-09 02:39:56 +030035 }
36 .vc-status {
37 display: flex;
38 padding-left: 20px;
39 border-left: $light-gray thin solid;
40 .status-text {
41 align-self: center;
42 margin-top: 2px;
43 @extend .heading-5;
44 color: $dark-gray;
45 }
46 }
47 }
48 .save-submit-cancel-container {
49 display: flex;
50 height: 30px;
51 .action-buttons {
52 display: flex;
53 padding: 0 13px;
54 .version-control-buttons {
Michael Landoefa037d2017-02-19 12:57:33 +020055 display: flex;
AviZi280f8012017-06-09 02:39:56 +030056 }
57 .action-buttons-svg {
58 padding-top: 5px;
59 margin-right: 20px;
60 padding-bottom: 5px;
61
az2497644017c2017-08-10 17:49:40 +030062
63 .svg-icon {
AviZi280f8012017-06-09 02:39:56 +030064 fill: $dark-gray;
AviZi280f8012017-06-09 02:39:56 +030065 &:hover {
66 fill: $black;
Michael Landoefa037d2017-02-19 12:57:33 +020067 }
az2497644017c2017-08-10 17:49:40 +030068 &.__versionControllerLockClosed {
69 margin-top: -3px;
70 }
71 &.__versionControllerLockOpen {
72 margin-top: -6px;
73 }
74 &.__versionControllerSubmit {
75 fill: $blue;
76 &:hover {
77 fill: $dark-blue;
78 }
79 &.disabled {
80 fill: $dark-gray;
81 }
AviZi280f8012017-06-09 02:39:56 +030082 }
83 }
AviZi280f8012017-06-09 02:39:56 +030084 }
85
az2497644017c2017-08-10 17:49:40 +030086
87
88
Michael Landoefa037d2017-02-19 12:57:33 +020089 }
AviZi280f8012017-06-09 02:39:56 +030090 .vc-nav-item-close {
91 display: flex;
92 padding-left: 18px;
93 padding-top: 3px;
94 align-self: center;
95 @extend .body-1;
96 color: $gray;
97 cursor: pointer;
98 border-left: $gray thin solid;
99 }
Michael Landoefa037d2017-02-19 12:57:33 +0200100 }
101 }
102}