Skip to content

Commit 157a88d

Browse files
committed
OKRS24-235 Added missing styles.
1 parent f07b736 commit 157a88d

File tree

1 file changed

+85
-2
lines changed

1 file changed

+85
-2
lines changed

src/assets/css/style.css

Lines changed: 85 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,18 +1249,101 @@ h6 {
12491249

12501250
/*# custom styles */
12511251

1252+
.is-search-panel-visible .toggled-search-panel {
1253+
width: 35%;
1254+
height: auto;
1255+
}
1256+
1257+
.toggled-search-panel {
1258+
width: 0;
1259+
height: 0;
1260+
transition: 0.4s linear;
1261+
overflow: hidden;
1262+
}
1263+
1264+
.toggled-search-panel .card {
1265+
opacity: 0;
1266+
transition: 0.3s linear;
1267+
}
1268+
1269+
.is-search-panel-visible .toggled-search-panel .card {
1270+
opacity: 1;
1271+
}
1272+
1273+
.animated .toggled-search-panel {
1274+
height: auto !important;
1275+
}
1276+
1277+
@media (max-width: 1200px) {
1278+
.is-search-panel-visible .toggled-search-panel {
1279+
width: 100%;
1280+
height: auto;
1281+
}
1282+
}
1283+
1284+
.hover-shadow:hover {
1285+
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
1286+
}
1287+
.clickable-card {
1288+
cursor: pointer;
1289+
}
1290+
1291+
#navbarNav {
1292+
padding-left: 5%;
1293+
}
1294+
1295+
.margin-bottom-1rem {
1296+
margin-bottom: 1rem;
1297+
}
1298+
12521299
.margin-top-1rem {
1253-
margin-top: 1rem!important;
1300+
margin-top: 1rem!important;
1301+
}
1302+
1303+
.margin-bottom-0 {
1304+
margin-bottom: 0;
1305+
}
1306+
1307+
.no-margin {
1308+
margin: 0;
1309+
}
1310+
1311+
.text-left-center {
1312+
display: block;
1313+
margin: auto 0;
1314+
text-align: left !important;
12541315
}
12551316

12561317
.no-padding {
12571318
padding: 0;
12581319
}
12591320

1321+
.pt-05 {
1322+
padding-top: 0.5rem;
1323+
}
1324+
1325+
.border-left {
1326+
border-left: 1px solid #e4e4e4;
1327+
}
1328+
1329+
.full-text {
1330+
display: none;
1331+
}
1332+
1333+
.hidden {
1334+
display: none;
1335+
}
1336+
1337+
.related-link-card {
1338+
margin-right: 1rem;
1339+
margin-left: 1rem;
1340+
}
1341+
12601342
.padding-top-1rem {
12611343
padding-top: 1rem;
12621344
}
12631345

1346+
12641347
.select2 {
12651348
display: block;
12661349
width: 100%!important;
@@ -1305,4 +1388,4 @@ h6 {
13051388

13061389
.filter-description-popover {
13071390
margin-left: 1rem;
1308-
}
1391+
}

0 commit comments

Comments
 (0)