A new userstyle
Power Automate [PSS Development Environment] by mriostamez
Details
Authormriostamez
LicenseNo License
Categorymake.powerautomate.com
Created
Updated
Size995 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name make.powerautomate.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url("https://make.powerautomate.com/environments/9d8789a1-f177-e5fc-9354-e24591882818/flows") {
.ba-Page-Title {
border: 2px solid #000;
background-color: #6982d6;
border-radius: 7px;
margin: 1rem;
padding: 1rem;
box-shadow: 5px 15px 15px -3px rgba(0, 0, 0, 0.4);
}
.ba-Page-Title::before {
content: ' # ==========================================================================';
font-weight: bold;
color: #fff;
letter-spacing: 0.15em;
}
.ba-Page-Title::after {
content: ' ⚠️ THIS IS THE PSS DEVELOPMENT ENVIRONMENT ⚠️';
font-weight: bold;
color: #fff;
font-size: 28px;
text-transform: uppercase;
letter-spacing: 0.15em;
}
}