allaw-ui 1.0.153 → 1.0.157
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -95,20 +95,21 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.oauth-provider-button.microsoft {
|
|
98
|
-
|
|
98
|
+
width: 100%;
|
|
99
|
+
background: #ffffff;
|
|
100
|
+
box-shadow: 0px 2px 3px 0px #0000002b, 0px 0px 3px 0px #00000015;
|
|
101
|
+
font-family: Roboto;
|
|
99
102
|
font-size: 15px;
|
|
100
103
|
font-weight: 600;
|
|
101
|
-
color: #
|
|
102
|
-
background-color: #ffffff;
|
|
103
|
-
border: 1px solid #8c8c8c;
|
|
104
|
-
height: 41px;
|
|
104
|
+
color: #0000008a;
|
|
105
105
|
display: flex;
|
|
106
106
|
align-items: center;
|
|
107
|
+
justify-content: center;
|
|
107
108
|
gap: 12px;
|
|
108
|
-
|
|
109
|
-
padding
|
|
109
|
+
border-radius: 10px;
|
|
110
|
+
padding: 6px;
|
|
111
|
+
height: 41px;
|
|
110
112
|
cursor: pointer;
|
|
111
|
-
width: 100%;
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
.oauth-provider-button.microsoft:hover {
|
|
@@ -118,3 +119,17 @@
|
|
|
118
119
|
.oauth-provider-button.microsoft:active {
|
|
119
120
|
background-color: #e5e5e5;
|
|
120
121
|
}
|
|
122
|
+
|
|
123
|
+
.oauth-provider-button.microsoft .label {
|
|
124
|
+
text-align: left;
|
|
125
|
+
white-space: nowrap;
|
|
126
|
+
overflow: hidden;
|
|
127
|
+
text-overflow: ellipsis;
|
|
128
|
+
}
|
|
129
|
+
‡ .oauth-provider-button.microsoft:hover {
|
|
130
|
+
background-color: #f3f3f3;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.oauth-provider-button.microsoft:active {
|
|
134
|
+
background-color: #e5e5e5;
|
|
135
|
+
}
|
|
@@ -89,10 +89,10 @@ var OAuthProviderButton = function (_a) {
|
|
|
89
89
|
}, []);
|
|
90
90
|
var renderIcon = function () {
|
|
91
91
|
var iconSizes = {
|
|
92
|
-
google: type === "calendar" ? size * 1.
|
|
92
|
+
google: type === "calendar" ? size * 1.1 : size * 0.8,
|
|
93
93
|
apple: size * 1.2,
|
|
94
94
|
linkedin: size * 0.8,
|
|
95
|
-
microsoft:
|
|
95
|
+
microsoft: size * 1,
|
|
96
96
|
};
|
|
97
97
|
var baseIconClass = {
|
|
98
98
|
google: "allaw-icon-google",
|