Updating generated CSS

master
Sérgio Gomes 2015-04-01 12:06:40 +01:00
parent 457fbac5c7
commit 1cf20a473f
5 changed files with 21 additions and 9 deletions

View File

@ -9515,7 +9515,11 @@ dt {
-webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
outline: none;
cursor: pointer; }
cursor: pointer;
text-decoration: none;
text-align: center;
line-height: 36px;
vertical-align: middle; }
.wsk-button::-moz-focus-inner {
border: 0; }
.wsk-button:hover {
@ -9569,7 +9573,8 @@ dt {
overflow: hidden;
background: rgba(153, 153, 153, 0.2);
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
position: relative; }
position: relative;
line-height: normal; }
.wsk-button--fab .wsk-icon {
position: absolute;
top: 16px;
@ -9616,7 +9621,8 @@ dt {
width: 32px;
padding: 0;
overflow: hidden;
color: inherit; }
color: inherit;
line-height: normal; }
.wsk-button--icon .wsk-icon {
position: absolute;
top: 4px;

View File

@ -9516,7 +9516,11 @@ dt {
-webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
outline: none;
cursor: pointer; }
cursor: pointer;
text-decoration: none;
text-align: center;
line-height: 36px;
vertical-align: middle; }
.wsk-button::-moz-focus-inner {
border: 0; }
.wsk-button:hover {
@ -9570,7 +9574,8 @@ dt {
overflow: hidden;
background: rgba(153, 153, 153, 0.2);
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
position: relative; }
position: relative;
line-height: normal; }
.wsk-button--fab .wsk-icon {
position: absolute;
top: 16px;
@ -9617,7 +9622,8 @@ dt {
width: 32px;
padding: 0;
overflow: hidden;
color: inherit; }
color: inherit;
line-height: normal; }
.wsk-button--icon .wsk-icon {
position: absolute;
top: 4px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long