2024-10-10
This commit is contained in:
19
web/bsadmin/assets/less/scrollable.less
Normal file
19
web/bsadmin/assets/less/scrollable.less
Normal file
@@ -0,0 +1,19 @@
|
||||
@import "variable.less"; // Variable.less
|
||||
.example {
|
||||
overflow: hidden;
|
||||
border: 1px solid @border;
|
||||
-webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
|
||||
-moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
|
||||
box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
|
||||
background-color: @white-light;
|
||||
text-align: justify;
|
||||
p {
|
||||
padding: 20px 20px 0px 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.box,
|
||||
.simple {
|
||||
height: 300px;
|
||||
}
|
||||
Reference in New Issue
Block a user