Commits
Michael Spalti authored 7f9c34f08e3
135 135 | } |
136 136 | |
137 137 | /* Used for dso administrative functionality */ |
138 138 | .btn-dark { |
139 139 | background-color: var(--ds-admin-sidebar-bg); |
140 140 | } |
141 141 | /* The font sizes used in "no thumbnail" placeholder */ |
142 142 | .thumb-font-1 { |
143 143 | .thumbnail-placeholder { |
144 144 | font-size: 0.7rem !important; |
145 + | padding: 0.125rem; |
145 146 | @media screen and (max-width: map-get($grid-breakpoints, sm)) { |
146 147 | font-size: 1.1rem !important; |
147 148 | padding: 0.5rem; |
148 149 | } |
149 150 | visibility: inherit; |
150 151 | } |
151 152 | } |
152 153 | .thumb-font-2 { |
153 154 | .thumbnail-placeholder { |
154 155 | font-size: 0.9rem !important; |
156 + | padding: 0.125rem; |
155 157 | visibility: inherit; |
156 158 | } |
157 159 | } |
158 160 | .thumb-font-3 { |
159 161 | .thumbnail-placeholder { |
160 162 | font-size: 1.25rem !important; |
161 163 | padding: 0.5rem; |
162 164 | visibility: inherit; |
163 165 | } |
164 166 | } |