This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push: new e8d8d8c jewel PopUp initial theme setup e8d8d8c is described below commit e8d8d8c6aad372326a50d6ca840ddfbb5f2f2bfb Author: Carlos Rovira <carlosrov...@apache.org> AuthorDate: Mon Dec 17 18:53:57 2018 +0100 jewel PopUp initial theme setup --- .../src/main/sass/components-primary/_popup.sass | 27 ++++++++++++++++++++++ .../themes/JewelTheme/src/main/sass/defaults.sass | 1 + 2 files changed, 28 insertions(+) diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_popup.sass b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_popup.sass new file mode 100644 index 0000000..9e6e4da --- /dev/null +++ b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_popup.sass @@ -0,0 +1,27 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// Licensed to the Apache Software Foundation (ASF) under one or more +// contributor license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright ownership. +// The ASF licenses this file to You under the Apache License, Version 2.0 +// (the "License"); you may not use this file except in compliance with +// the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +//////////////////////////////////////////////////////////////////////////////// + +// Jewel PopUp + +// PopUp variables + +.jewel.popup + +.popup-content + diff --git a/frameworks/themes/JewelTheme/src/main/sass/defaults.sass b/frameworks/themes/JewelTheme/src/main/sass/defaults.sass index d06fb6f..827009a 100644 --- a/frameworks/themes/JewelTheme/src/main/sass/defaults.sass +++ b/frameworks/themes/JewelTheme/src/main/sass/defaults.sass @@ -45,6 +45,7 @@ @import "components-primary/list" @import "components-primary/navigation" @import "components-primary/numericstepper" +@import "components-primary/popup" @import "components-primary/radiobutton" @import "components-primary/slider" @import "components-primary/snackbar"