Project

General

Profile

« Previous | Next » 

Revision 60969

[Connect | Trunk]: Add subscriber invite module from library

View differences:

connect-custom.css
109 109
    top: calc(30% - 47px);
110 110
}
111 111

  
112
#subscribeAndInviteBtn button {
112
#subscribeAndInviteBtn #subscribe,
113
#subscribeAndInviteBtn #invite {
113 114
    width: 125px;
114 115
    height: 35px;
115 116
    border-right: none;
116
    /*border-top-right-radius: 0;*/
117
    /*border-bottom-right-radius: 0;*/
118
    border-radius: 4px 0px 0px 4px;
119
    box-shadow: 0px 2px 6px #00000038;
120
    border-width: 0px;
117
    border-radius: 4px 0 0 4px;
118
    box-shadow: 0 2px 6px #00000038;
119
    border-width: 0;
121 120
}
122 121

  
123 122
.subscribed-button {

Also available in: Unified diff