---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Define a frame in a style sheet

# Define a frame in a style sheet {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Add style definitions for any custom frame UI macro you create.

## Antes de Iniciar

Role required: content_admin or admin

## Por Que e Quando Desempenhar Esta Tarefa

Each frame has its own class name.

## Procedimento

1. Navigate to AllContent ManagementDesignStyle Sheets.
2. Select a style sheet to contain the frame definition.  
   Base system themes use a separate Frames style sheet.
3. Add the following code, substituting the desired frame name and style:  

       div.FRAMENAME{border:STYLE;}

4. Click Update.

