This repository was archived by the owner on Mar 13, 2018. It is now read-only.
File tree 1 file changed +13
-1
lines changed
shiny/Contacts-v2/components
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 100
100
box-sizing : border-box;
101
101
height : 80px ;
102
102
padding : 0 20px ;
103
+ }
104
+ .addButton {
105
+ position : absolute;
106
+ bottom : 16px ;
107
+ right : 16px ;
108
+ color : white;
109
+ padding : 8px 14px ;
110
+ background : # bdc146 ;
111
+ font-size : 20px ;
112
+ border : 1px solid # d9d9d9 ;
113
+ border-radius : 20px ;
114
+ box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.2 );
103
115
}
104
116
# overlay {
105
117
position : fixed;
126
138
< polymer-ui-toolbar id ="toolbar ">
127
139
< polymer-ui-icon-button icon ="menu " on-tap ="{{menuAction}} "> </ polymer-ui-icon-button >
128
140
< div flex > Everyone</ div >
129
- < polymer-ui-icon-button icon ="plus " on-tap ="{{addAction}} "> </ polymer-ui-icon-button >
130
141
< polymer-ui-icon-button icon ="search "> </ polymer-ui-icon-button >
131
142
< template if ="{{wideLayout}} ">
132
143
< polymer-ui-icon-button icon ="shortcut "> </ polymer-ui-icon-button >
166
177
< contacts-detail contact ="{{selectedContact.contact}} " on-contacts-detail-shrink ="{{overlayCloseAction}} ">
167
178
</ contacts-detail >
168
179
</ polymer-ui-overlay >
180
+ < div class ="addButton " on-tap ="{{addAction}} "> +</ div >
169
181
< polymer-animation-group id ="slideAnimation " type ="par " fillMode ="forwards ">
170
182
< polymer-translate id ="translateAnimation " fromX ="0 " toX ="100% " duration ="0.6 " fillMode ="forwards "> </ polymer-translate >
171
183
< polymer-fadein id ="fadeAnimation " duration ="0.1 " fillMode ="forwards "> </ polymer-fadein >
You can’t perform that action at this time.
0 commit comments