freely
Проверенные
- Сообщения
- 80
- Реакции
- 49
- Баллы
- 325
Привет еще раз.
Хочу теперь соединить виджеты вместе, как это сделать, тоисть сделать чтобы он был один. Хотел сделать три в одном но не знаю как less настроить.
Пример у меня так
Как соединить все это?

Хочу теперь соединить виджеты вместе, как это сделать, тоисть сделать чтобы он был один. Хотел сделать три в одном но не знаю как less настроить.
Пример у меня так
Код:
.widget-tgchatt {
height: 30px;
font-size: 11px;
line-height: 30px;
font-family: Verdana;
cursor: pointer;
width: 100%;
min-height: 31px;
color: #fff;
overflow: hidden;
text-align: center;
border-radius: 5px;
margin-bottom: 5px;
background: #1c86ee;
}
.widget-tgchannel {
height: 30px;
font-size: 11px;
line-height: 30px;
font-family: Verdana;
cursor: pointer;
width: 100%;
min-height: 31px;
color: #fff;
overflow: hidden;
text-align: center;
border-radius: 5px;
margin-bottom: 5px;
background: #ec4e4e;
}
.widget-tgbot {
height: 30px;
font-size: 11px;
line-height: 30px;
font-family: Verdana;
cursor: pointer;
width: 100%;
min-height: 31px;
color: #fff;
overflow: hidden;
text-align: center;
border-radius: 5px;
margin-bottom: 5px;
background: #2d936c;
}
Как соединить все это?
