first commit

This commit is contained in:
Roman Pyrih
2026-04-21 15:48:41 +02:00
commit 7483681901
10216 changed files with 3236626 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.dup-box.dup-cloud-connect {
width: 600px;
background: $white;
border: 1px solid $black;
.dup-box-title {
background: $body-background;
}
.dupli-admin-notice {
width: 100%;
background: $body-background;
}
.dup-storage-info {
background-color: $body-background;
border: 1px solid $medium-gray;
margin-bottom: $global-margin;
padding: 10px;
}
input {
width: 100%;
}
}

View File

@@ -0,0 +1,10 @@
/*!
DUPLICATOR DUP CLOUD ADDON STYLE
*/
@import "../../../../node_modules/foundation-sites/scss/foundation";
@import '../../../../assets/sass/settings';
.dup-styles {
@import "components/cloud_connect";
}