File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
src/static/skins/colibris/src/components Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -125,3 +125,40 @@ html.super-dark-editor #theme-switcher div span {
125125 right : 0 ;
126126 background-color : var (--primary-color );;
127127}
128+
129+
130+ /* Pad deletion-token modal + delete-with-token disclosure (GDPR PR1) */
131+ # deletiontoken-modal .popup-content {
132+ max-width : 32rem ;
133+ }
134+
135+ # deletiontoken-modal .deletiontoken-row {
136+ display : flex;
137+ gap : 0.5rem ;
138+ margin : 1rem 0 ;
139+ }
140+
141+ # deletiontoken-modal # deletiontoken-value {
142+ flex : 1 ;
143+ font-family : monospace;
144+ padding : 0.4rem ;
145+ user-select : all;
146+ }
147+
148+ # delete-pad-with-token {
149+ margin-top : 0.5rem ;
150+ }
151+
152+ # delete-pad-with-token summary {
153+ cursor : pointer;
154+ color : # 666 ;
155+ font-size : 0.9rem ;
156+ }
157+
158+ # delete-pad-with-token input {
159+ margin : 0.5rem 0 ;
160+ width : 100% ;
161+ font-family : monospace;
162+ padding : 0.4rem ;
163+ }
164+
You can’t perform that action at this time.
0 commit comments