mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Adds [um_loggedin] shortcode to protect content
This commit is contained in:
@@ -88,4 +88,21 @@
|
||||
animation-timing-function: linear;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
|
||||
/* content lockers */
|
||||
.um-locked-content {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border: 2px dotted #cc3000;
|
||||
color: #333;
|
||||
background: #fff;
|
||||
font-size: 14px;
|
||||
padding: 20px;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.um-locked-content a {
|
||||
border: none !important;
|
||||
}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user