Skip to content
Snippets Groups Projects
Commit 6957d826 authored by Martin Leblanc's avatar Martin Leblanc Committed by Eric Bremner
Browse files

ISTWCMS-5127: remocing commented code from catalog pattern

parent 5d324bc9
No related branches found
No related tags found
1 merge request!123Feature/istwcms 5127 ebremner services blocks gui
//.path-catalogs,
//.path-taxonomy,
//.path-services {
// .view.with-filters{
// gap:$grid-gap;
// }
// .view-content {
// // reset the flex
// display: inherit;
// -webkit-flex-flow: inherit;
// -ms-flex-flow: inherit;
// flex-flow: inherit;
// gap: inherit;
// grid-column:inherit;
// grid-row: inherit;
// margin:inherit;
// .views-row{
// width:100%;
// }
// .item-list{
// ul{
// margin: 0;
// padding: 0;
// li{
// list-style-type: none;
// margin-left: 0;
// padding-left: 0;
// p{
// margin:0;
// }
// .views-field{
// a {
// margin-right: .2rem;
// text-decoration: underline;
//
// &:hover,
// &:focus{
// text-decoration: none;
// }
// }
// h2{
// font-size: gesso-font-size(3);
// margin: gesso-spacing(md) 0 gesso-spacing(xs) 0;
// span{
// font-family:gesso-font-family(primary);
// font-size: gesso-font-size(0);
// @include medium{
// font-size: gesso-font-size(1);
// }
// }
//
// }
// }
// }
// }
// }
// }
//}
......@@ -30,7 +30,6 @@
.view-content {
@include uw-flex-grid();
.views-row{
@include uw-flex-term-item();
order: 3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment