2024-01-02 20:51:21 +01:00

24 lines
519 B
SCSS

// This file is part of the Indico plugins.
// Copyright (C) 2002 - 2024 CERN
//
// The Indico plugins are free software; you can redistribute
// them and/or modify them under the terms of the MIT License;
// see the LICENSE file for more details.
@use 'base/palette' as *;
form#attachment-owncloudfilepicker-form.full-width .owncloudfilepicker {
width: 770px;
height: 280px;
border: 1px solid $light-gray;
}
.owncloudfilepicker {
border: 0px none;
width: 100%;
}
.button-label {
margin-left: 0.4rem;
}