]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-edit/shared/video-edit.component.scss
Fix updating video tags to empty field
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-edit.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
15a7387d
C
4.peertube-select-container {
5 @include peertube-select-container(auto);
6}
7
4cc66133
C
8.video-edit {
9 height: 100%;
10
11 .form-group {
12 margin-bottom: 25px;
13 }
14
15 input {
16 @include peertube-input-text(100%);
17 display: block;
18
19 &[type=checkbox] {
a0d69908 20 @include peertube-checkbox(1px);
4cc66133
C
21 }
22 }
23
4cc66133
C
24 input, select {
25 font-size: 15px
26 }
27
28 .form-group-checkbox {
29 display: flex;
30 align-items: center;
31
32 label {
33 font-weight: $font-regular;
34 margin: 0;
35 }
36
37 input {
38 width: 10px;
39 margin-right: 10px;
40 }
41 }
cb9244de
C
42
43 .label-tags + span {
44 font-size: 15px;
45 }
6de36768
C
46
47 .root-tabset /deep/ > .nav {
48 margin-left: 15px;
49 margin-bottom: 15px;
50
51 .nav-link {
52 display: flex !important;
53 align-items: center;
54 height: 30px !important;
55 padding: 0 15px !important;
56 }
57 }
07fa4c97
C
58
59 .advanced-settings .form-group {
60 margin-bottom: 20px;
61 }
4cc66133
C
62}
63
64.submit-container {
65 text-align: right;
4cc66133 66
cadb46d8
C
67 .message-submit {
68 display: inline-block;
69 margin-right: 25px;
70
71 color: #585858;
72 font-size: 15px;
73 }
74
4cc66133
C
75 .submit-button {
76 @include peertube-button;
77 @include orange-button;
78
79 display: inline-block;
80
81 input {
82 cursor: inherit;
83 background-color: inherit;
84 border: none;
85 padding: 0;
cadb46d8 86 outline: 0;
4cc66133
C
87 }
88
89 .icon.icon-validate {
90 @include icon(20px);
91
92 cursor: inherit;
93 position: relative;
94 top: -1px;
95 margin-right: 4px;
96 background-image: url('../../../../assets/images/global/validate.svg');
97 }
98 }
99}
100
101/deep/ {
102 .ng2-tag-input {
103 border: none !important;
104 }
105
106 .ng2-tags-container {
107 display: flex;
108 align-items: center;
109 border: 1px solid #C6C6C6;
110 border-radius: 3px;
111 padding: 5px !important;
cb9244de
C
112 height: 40px;
113 }
114
115 tag-input-form {
116 input {
117 height: 30px !important;
118 background-color: #fff !important;
119 }
4cc66133
C
120 }
121
122 tag {
123 background-color: #E5E5E5 !important;
124 border-radius: 3px !important;
125 font-size: 15px !important;
126 color: #000 !important;
127 height: 30px !important;
128 line-height: 30px !important;
129 margin: 0 5px 0 0 !important;
130 cursor: default !important;
131 padding: 0 8px 0 10px !important;
132
133 div {
134 height: 100% !important;
135 }
136 }
137
138 delete-icon {
139 cursor: pointer !important;
140 height: auto !important;
141 vertical-align: middle !important;
142 padding-left: 6px !important;
143
144 svg {
cb9244de
C
145 position: relative;
146 top: -1px;
4cc66133
C
147 height: auto !important;
148 vertical-align: middle !important;
149 fill: #585858 !important;
150 }
151
152 &:hover {
153 transform: none !important;
154 }
155 }
156}