first commit
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user