summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css56
1 files changed, 5 insertions, 51 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css
index fb9d85b8..bf51ea3a 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css
@@ -71,7 +71,7 @@ input {
line-height: normal;
}
-.btn {
+.btns {
background-color: transparent;
background-clip: padding-box;
border: 1px solid transparent;
@@ -80,7 +80,7 @@ input {
cursor: pointer;
display: inline-block;
font-family: "Omnes-ECOMP-W02-Medium", Arial;
- font-size: 1.9rem;
+ font-size: 16px;
font-weight: normal;
line-height: 1;
margin: 0 7px 10px 0;
@@ -94,63 +94,17 @@ input {
overflow: hidden;
}
-.btn:focus {
- outline: 1px dotted #000;
- outline-offset: -5px;
-}
-
-.btn:last-child {
- margin-right: 0;
-}
-
-.btn::-moz-focus-inner {
- padding: 0;
- border: 0;
-}
-
-.btn i[class*="icon-primary-"].icon-primary-small {
- font-size: 17px;
- top: -2px;
-}
-
-.btn i[class*="icon-primary-"].icon-primary-medium {
- font-size: 30px;
- top: -2px;
-}
-
-.btn i[class*="icon-primary-"].icon-primary-large {
- font-size: 36px;
- top: -2px;
-}
-
-.btn-alt {
+.btns-alt {
border-color: #087ac2 transparent #0568ae;
background-color: #0568ae;
background: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
color: #ffffff;
}
-.btn-alt:hover {
- color: #ffffff;
- outline-color: #ffffff !important;
- background: linear-gradient(to bottom, #0568ae 0%, #087ac2 100%);
-}
-
-.btn-alt:focus {
- color: #ffffff;
- outline-color: #ffffff !important;
- background: linear-gradient(to bottom, #0568ae 0%, #087ac2 100%);
-}
-
-.btn-alt:active {
- color: #ffffff;
- outline-color: #ffffff !important;
- background: linear-gradient(to bottom, #0568ae 0%, #087ac2 100%);
-}
-.btn-small {
+.btns-small {
padding: 10px 19px 9px 18px;
- font-size: 17px;
+ font-size: 15px;
border-radius: 8px;
}