mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
24 lines
519 B
SCSS
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;
|
|
}
|