Skip to content

Commit

Permalink
ADDED: Component: 'Views'
Browse files Browse the repository at this point in the history
  • Loading branch information
SagnikGanguly96 committed Dec 30, 2022
1 parent e88c1a8 commit 12a10fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/components/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
@import "ellipsify.css";
@import "listgroup.css";
@import "tablayout.css";
@import "views.css";
@import "wizard.css";

20 changes: 20 additions & 0 deletions src/css/components/views.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright (c) 2022 SGNetworks. All rights reserved.
*
* The software is an exclusive copyright of "SGNetworks" and is provided as is exclusively with only "USAGE" access. "Modification", "Alteration", "Re-distribution" is completely prohibited.
* VIOLATING THE ABOVE TERMS IS A PUNISHABLE OFFENSE WHICH MAY LEAD TO LEGAL CONSEQUENCES.
*/

.view {
cursor: default;
overflow: hidden;
position: relative;
}

.view > img,
.view > video {
display: block;
position: relative;
width: 100%;
}

0 comments on commit 12a10fa

Please sign in to comment.