2020-08-04 06:20:35 +00:00
|
|
|
.website {
|
2020-08-04 01:12:28 +00:00
|
|
|
padding-bottom: 30px;
|
2020-08-06 02:04:02 +00:00
|
|
|
border-bottom: 1px solid var(--gray300);
|
2020-07-30 06:25:52 +00:00
|
|
|
margin-bottom: 30px;
|
2020-09-27 07:51:29 +00:00
|
|
|
align-self: stretch;
|
2020-07-30 06:25:52 +00:00
|
|
|
}
|
2020-08-04 01:12:28 +00:00
|
|
|
|
2020-08-04 06:20:35 +00:00
|
|
|
.website:last-child {
|
2020-08-04 01:12:28 +00:00
|
|
|
border-bottom: 0;
|
2022-03-04 03:45:49 +00:00
|
|
|
margin-bottom: 20px;
|
2022-03-02 07:03:50 +00:00
|
|
|
}
|
2022-07-25 06:25:04 +00:00
|
|
|
|
|
|
|
|
.websiteDragActive {
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
cursor: grab;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.websiteDragActive:active {
|
|
|
|
|
cursor: grabbing;
|
|
|
|
|
}
|