Gitter migration: Point people to app.gitter.im (rollout pt. 1)
[gitter.git] / public / js / views / modals / welcome-message.less
blobef0797bc196f0673c1be1803d0082b8d6e1d2181
1 .welcome-message-container {
3   max-height: 50vh;
4   overflow:   auto;
5   padding:    0 1.2rem;
7   & a {
8     color: @twitter-blue;
9     &:hover {
10       color: @blue;
11     }
12   }