From bf2031bcd83ca1e97f4af9fcfe3f07f01025f840 Mon Sep 17 00:00:00 2001 From: ezhil Date: Fri, 1 Feb 2019 16:13:56 +0530 Subject: Select template for CBA wizard Change-Id: I57c5b9af9c0dfa50fcb332ee93a6657baaca4cf1 Issue-ID: CCSDK-703 Signed-off-by: ezhil --- .../blueprint/select-template/select-template.component.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss index 22941b5fa..47ae92a20 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss @@ -17,4 +17,12 @@ 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. ============LICENSE_END============================================ -*/ \ No newline at end of file +*/ + +.matStepNextBtn{ + color:white; + background:gray; + margin-top: 10px; + position: absolute; + +} \ No newline at end of file -- cgit 1.2.3-korg